1. 27 9月, 2018 1 次提交
  2. 22 9月, 2018 1 次提交
  3. 23 10月, 2017 1 次提交
  4. 16 9月, 2017 1 次提交
  5. 29 11月, 2016 2 次提交
    • A
      [JENKINS-28245] - Finish deadmoose's work to allow defining agent ping... · 6dea3c3f
      Alvaro Lobato 提交于
      [JENKINS-28245] - Finish deadmoose's work to allow defining agent ping interval and ping timeout in seconds
      6dea3c3f
    • D
      [FIXED JENKINS-28245] Allow finer-grained tuning of ChannelPinger. · d5630627
      David Hoover 提交于
       * Allows customization in seconds, not minutes
       * Allows customization of the ping timeout (before, you could set a
         custom interval, but the timeout would always be PingThread's 4
         minute default)
      
      This also drops the serialVersionUID from ChannelPinger.SetUpRemotePing;
      without one provided, the JVM will generate one on demand which is
      sufficient for the purposes here since these are never persisted and
      master & slave run the same compiled code. (And it demonstrably works
      since countless other MasterToSlaveCallables fail to specify their own
      custom IDs)
      d5630627