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

add config timeout_verify #198

Merged
merged 2 commits into from
Apr 30, 2019
Merged

Conversation

vgropp
Copy link

@vgropp vgropp commented Mar 13, 2019

  • remove hardcoded 60 seconds timeout during verify, as with pack200
    this may fail on slow systems (we experience 120 seconds and more for 12mb pack.gz)

  • introduce new config "timeout_verify" with 60 seconds default

  • handle timeout with aborting the launch

  • the Problem was actually introduced by Dynamic Fair Share Scheduling in Remote Desktop Services/ Terminal Services (RDS), help to solve the issue in windows can be found at http://www.ryslander.com/disable-fair-sharing-in-windows-server/

- remove hardcoded 60 seconds timeout during verify, as with pack200
this may fail on slow systems
- introduce new config "timeout_verify" with 60 seconds default
- handle timeout with aborting the launch
@samskivert
Copy link
Member

This looks good, but I'm going to change the config to verify_timeout because that's more natural in English, and all the other configuration options are English-centric. The tyranny of one common language! :)

@samskivert samskivert merged commit 635feb9 into threerings:master Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants