* Removed the idle timer from the client. Dialup is dead.
[citadel.git] / citadel / sysconfig.h
index 4bbf9faa7881c1ca3258f7a56252cd099ab2d826..cc87725bcc68dd3be47c47603b04c1ce8e158c41 100644 (file)
  */
 #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.