demobox commented on this pull request.
> @@ -90,6 +91,7 @@ public static Properties defaultProperties() {
properties.put(TIMEOUT_NODE_TERMINATED, 60 * 10 * 1000);
// Default max wait in rate limit: 5m30s
properties.put(PROPERTY_MAX_RATE_LIMIT_WAIT, 330000);
+ properties.put(PROPERTY_SESSION_INTERVAL, 300);
[minor] Any kind of comment we can add here to motivate 5min as the setting?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1206#pullrequestreview-119627690