avoid repeatedly parsing the proxy log

This commit is contained in:
Joey Hess 2024-07-28 16:04:20 -04:00
parent 2fdec6b4e1
commit dfe65b92c8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 27 additions and 29 deletions

View file

@ -28,9 +28,6 @@ Planned schedule of work:
## work notes
* 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.