We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the Keep-Alive is 60 seconds constant: IoScheduler.java#L37.
The configuration could be done via Integer.getInteger() similar to how priority is configurable: L52.
Integer.getInteger()
priority
The documentation of Schedulers.java#L32 and Schedulers.java#L158 should also describe this option.
The text was updated successfully, but these errors were encountered:
2.x: Expose the Keep-Alive value of the IO Scheduler as System proper…
6478312
…ty. (#6279) (#6287)
No branches or pull requests
Currently, the Keep-Alive is 60 seconds constant: IoScheduler.java#L37.
The configuration could be done via
Integer.getInteger()
similar to howpriority
is configurable: L52.The documentation of Schedulers.java#L32 and Schedulers.java#L158 should also describe this option.
The text was updated successfully, but these errors were encountered: