about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-06-03 22:50:04 +0200
committerEnno Boland (tox) <tox@s01.de>2010-06-03 22:50:04 +0200
commit54df4608668bb5d71ba9e89ba46995bbf5ac6602 (patch)
tree5735267a61117f764f32029950a9db8d384402ad /config.def.h
parentAdded tag 0.4 for changeset ac8e058003ed (diff)
downloadsurf-54df4608668bb5d71ba9e89ba46995bbf5ac6602.tar.gz
surf-54df4608668bb5d71ba9e89ba46995bbf5ac6602.tar.bz2
surf-54df4608668bb5d71ba9e89ba46995bbf5ac6602.zip
reverting sessiontime
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 33f41c2..c323a62 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", \