summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-15 15:47:47 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-15 15:47:47 +0200
commit3dbf6289649b59c533987dc2c8add62a9e078007 (patch)
treebd1b43f81eeb15acb654c1ee14b65f42fee25929
parent91d04b15f0bb16d5b31ad92ea1e6a0066e589956 (diff)
downloadsurf-3dbf6289649b59c533987dc2c8add62a9e078007.tar.gz
surf-3dbf6289649b59c533987dc2c8add62a9e078007.tar.bz2
surf-3dbf6289649b59c533987dc2c8add62a9e078007.zip
changing sessiontime to 3600
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 1110acc..932b88a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -6,7 +6,7 @@ static char *stylefile = ".surf/style.css";
static char *scriptfile = ".surf/script.js";
static char *cookiefile = ".surf/cookies.txt";
static char *dldir = ".surf/dl/";
-static time_t sessiontime = 0;
+static time_t sessiontime = 3600;
#define NOBACKGROUND 0
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \