summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-17 23:13:44 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-17 23:13:44 +0200
commit7ce2856194a55a31314c19c81a05008c24076dc8 (patch)
tree6225741571fc9e9e4932233332ce92669a2f4c34
parent36129338cfd64fd9aee8862060cddfd186d8b486 (diff)
parent3dbf6289649b59c533987dc2c8add62a9e078007 (diff)
downloadsurf-7ce2856194a55a31314c19c81a05008c24076dc8.tar.gz
surf-7ce2856194a55a31314c19c81a05008c24076dc8.tar.bz2
surf-7ce2856194a55a31314c19c81a05008c24076dc8.zip
merge
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index e6da45b..6d2c6cb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@ static char *progress_trust = "#00FF00";
static char *stylefile = ".surf/style.css";
static char *scriptfile = ".surf/script.js";
static char *cookiefile = ".surf/cookies.txt";
-static time_t sessiontime = 0;
+static time_t sessiontime = 3600;
#define NOBACKGROUND 0
#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \