X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=cc87725bcc68dd3be47c47603b04c1ce8e158c41;hb=f5c0fba259e8fef9d9d2b6f6e4af82002313ef7f;hp=4bbf9faa7881c1ca3258f7a56252cd099ab2d826;hpb=7db81d0774ce041b3d4f7bf2fcd9e9e61038cf22;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 4bbf9faa7..cc87725bc 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -28,17 +28,8 @@ */ #define CHATLOG "chat.log" -/* - * SLEEPING refers to the watchdog timer. If a user sits idle without typing - * anything for this number of seconds, the session will automatically be - * logged out. Set it to zero to disable this feature. - * Note: the watchdog timer only functions when the parent is 1 (init) - in - * other words, only if Citadel is the login shell. - */ -#define SLEEPING 180 - /* - * S_KEEPALIVE is also a watchdog timer, except it is used to send "keep + * S_KEEPALIVE is a watchdog timer. It is used to send "keep * alive" messages to the server to prevent the server from assuming the * client is dead and terminating the session. 30 seconds is the recommended * value; I can't think of any good reason to change it.