|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Though I have not yet managed to reproduce the problem, I speculate that the following would serve as a workaround (effective only within the current Jenkins session, so just for evaluation): go to /script and run
f = winstone.HttpListener.getDeclaredField('KEEP_ALIVE_TIMEOUT') f.accessible = true println(f.get(null)) f.set(null, 1000) println(f.get(null))