expire lock after 10 minutes initially

Once keeplocked is called, the lock will expire at the end
of that call. But if keeplocked never gets called, this avoids
the lock persisting forever.
This commit is contained in:
Joey Hess 2024-07-24 14:25:40 -04:00
parent 97836aafba
commit f5624a69e3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 31 additions and 10 deletions

View file

@ -30,11 +30,6 @@ Planned schedule of work:
* Drop needs to check the proof and use timestamps.
* A Locker should expire the lock on its own after 10 minutes,
initially. Once keeplocked is called, the lock will expire at the end
of that call. But if keeplocked never gets called, the lock currently
persists forever.
* Make http server support proxies and clusters.
* Support proxying to git remotes using annex+http urls.