Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic handling of AuthRemoteTooLate #18

Open
multimeric opened this issue Mar 6, 2024 · 0 comments
Open

Automatic handling of AuthRemoteTooLate #18

multimeric opened this issue Mar 6, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@multimeric
Copy link
Member

FileSender has a mechanism whereby any request that is received more than 15 seconds after the timestamp header on that same request is considered "too late". This generally happens with a slow connection. It should be possible to catch these errors and adjust the delay parameter automatically to avoid these errors without needing user intervention.

Relevant source code:
https://github.com/filesender/filesender/blob/4e618aea586b5dfad647945f50ddbdaf3d4c4a98/classes/auth/AuthRemote.class.php#L105-L109

@multimeric multimeric added the enhancement New feature or request label Mar 6, 2024
@multimeric multimeric self-assigned this Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant