mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #109] auth timeout question #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leolulu on GitHub (Jul 21, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/109
Hi sigoden,
I'm wondering if there is a time limit for the auth.
Cuz sometimes after several minutes, the auth dialog pops up again. The duration is not quite sure, so that's why I inquire.
And due to the circumstances above, When I upload a large number of files, the latter parts may fail. After the failure shows up, I refresh the page, and the auth dialog pops up, so I guess losing the auth session caused that, maybe.
Please share your opinion on this, Thanks.
@sigoden commented on GitHub (Jul 21, 2022):
Yes, digest authentication has a 5min default timeout. I will adjust it to 1 day.