Merge remote-tracking branch 'remotes/open/master' into mnesbit-merge-20180605

This commit is contained in:
Matthew Nesbit
2018-06-05 13:37:35 +01:00
8 changed files with 17 additions and 35 deletions

View File

@ -78,7 +78,7 @@ class AMQPClient(val targets: List<NetworkHostAndPort>,
val log = contextLogger()
const val MIN_RETRY_INTERVAL = 1000L
const val MAX_RETRY_INTERVAL = 300000L
const val MAX_RETRY_INTERVAL = 60000L
const val BACKOFF_MULTIPLIER = 2L
const val NUM_CLIENT_THREADS = 2
}