ridotto a 120 sec l'expire timeout
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 26 Dec 2006 16:32:35 +0000 (16:32 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 26 Dec 2006 16:32:35 +0000 (16:32 +0000)
web/brisk.phh

index 08523ca..7d5fea1 100644 (file)
@@ -28,7 +28,7 @@ define(COMM_N, 12);
 define(COMM_GEN_N, 50);
 define(SESS_LEN, 13);
 define(STREAM_TIMEOUT, 20);
-define(EXPIRE_TIME, 180);
+define(EXPIRE_TIME, 120);
 define(GARBAGE_TIMEOUT, 30);
 define(NICKSERV, "<i>SERVER</i>");
 define(BRISK_DEBUG, FALSE);