summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-10-28 17:39:49 +0100
committerHugues Hiegel <hugues@hiegel.fr>2008-10-28 17:39:49 +0100
commit83b55fc99a3bc403f393004f3a6030b8e00feb10 (patch)
tree7b2a9d09f82e3c05d6d13b7da7eb670fe1dd2f59
parent676e04c96ef76b1063b714679a7b2f0025caf782 (diff)
Timeout set to 48hrs instead of 36hrs
-rw-r--r--Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.php b/Config.php
index 6f340e8..dcd0676 100644
--- a/Config.php
+++ b/Config.php
@@ -1,7 +1,7 @@
<?
define(TRUENESS, 4000);
-define(CACHE, (3600*36));
+define(CACHE, (3600*48));
define(WIDTH, 160);
define(HEIGHT, 20);
putenv("GDFONTPATH=/usr/share/fonts/truetype");