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.
The documentation of Schedulers.java#L32 and Schedulers.java#L158 should also describe this option.