Separated keep-alive and additional keep-alive ping frequency.
svn path=/nixos/trunk/; revision=9384
This commit is contained in:
parent
39429f0441
commit
33aa5d2d74
@ -1248,6 +1248,16 @@ root ALL=(ALL) SETENV: ALL
|
||||
";
|
||||
}
|
||||
|
||||
{
|
||||
name = ["services" "gw6c" "everPing"];
|
||||
default = "1000000";
|
||||
example = "2";
|
||||
description = "
|
||||
Gateway6 manual ping period.
|
||||
";
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
name = ["services" "ircdHybrid" "enable"];
|
||||
default = false;
|
||||
|
@ -10,6 +10,7 @@ let
|
||||
password = getCfg "password";
|
||||
server = getCfg "server";
|
||||
keepAlive = getCfg "keepAlive";
|
||||
everPing = getCfg "everPing";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user