From 2fdec6b4e170f5c50944ce309fa15b4776b02a58 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Jul 2024 15:55:24 -0400 Subject: [PATCH] update --- doc/todo/git-annex_proxies.mdwn | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn index cc788d2c66..8dbb8e1388 100644 --- a/doc/todo/git-annex_proxies.mdwn +++ b/doc/todo/git-annex_proxies.mdwn @@ -28,9 +28,15 @@ Planned schedule of work: ## work notes -* An interrupted PUT to cluster node that is a special remote over http - leaves open the connection to the cluster, so the next request opens - another one. +* getProxies reads the proxy log every time, which is unncessarily slow. + memoize + +* An interrupted PUT to cluster that has a node that is a special remote + over http leaves open the connection to the cluster, so the next request + opens another one. + + So does an interrupted PUT directly to the proxied ; + special remote over http. * When part of a file has been sent to a cluster via the http server, the transfer interrupted, and another node is added to the cluster,