You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Basically what it says in the title. I implemented a minimal Git LFS server and authentication binary. I set a limit of 10 tokens per 24 hours from the authentication binary expecting Git LFS to cache the tokens and reuse them. Instead it fetches a new one for every operation.
Thanks for the report. I believe we do actually cache tokens, but on a per-thread basis. That being said, I think there's some improvements we could make here, and this report is actually very similar to #5784. I'll mark it as an improvement.
Describe the issue
Basically what it says in the title. I implemented a minimal Git LFS server and authentication binary. I set a limit of 10 tokens per 24 hours from the authentication binary expecting Git LFS to cache the tokens and reuse them. Instead it fetches a new one for every operation.
System environment
Windows host.
Output of
git lfs env
The text was updated successfully, but these errors were encountered: