Merge commit 'refs/pull/980/head' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2015-06-29 20:28:48 +01:00

View File

@@ -50,13 +50,13 @@ public:
enum {
JOIN_FREQUENCY = 30,
/** How long must an IRC connection be idle before ZNC sends a ping */
PING_FREQUENCY = 270,
PING_FREQUENCY = 120,
/** Time between checks if PINGs need to be sent */
PING_SLACK = 30,
/** Timeout after which IRC connections are closed. Must
* obviously be greater than PING_FREQUENCY + PING_SLACK.
*/
NO_TRAFFIC_TIMEOUT = 540
NO_TRAFFIC_TIMEOUT = 180
};
void Clone(const CIRCNetwork& Network, bool bCloneName = true);