Merge pull request #935 from smarterclayton/client_poll_is_too_long

The default client poll interval is extremely long
This commit is contained in:
brendandburns
2014-08-18 11:07:42 -07:00

View File

@@ -96,7 +96,7 @@ func New(host string, auth *AuthInfo) *Client {
},
},
Sync: false,
PollPeriod: time.Second * 20,
PollPeriod: time.Second * 2,
Timeout: time.Second * 20,
}
}