mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge commit 'refs/pull/980/head' of github.com:znc/znc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user