From: Matteo Nastasi (mop) <nastasi@alternativeoutput.it>
Date: Tue, 26 Dec 2006 16:32:35 +0000 (+0000)
Subject: ridotto a 120 sec l'expire timeout
X-Git-Tag: 3.0.0~397
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=7b7cc13707a53ca7d82bd95d05544ffcce51be1d;p=brisk.git

ridotto a 120 sec l'expire timeout
---

diff --git a/web/brisk.phh b/web/brisk.phh
index 08523ca..7d5fea1 100644
--- a/web/brisk.phh
+++ b/web/brisk.phh
@@ -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);