diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-05-17 23:13:44 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-05-17 23:13:44 +0200 |
commit | 7ce2856194a55a31314c19c81a05008c24076dc8 (patch) | |
tree | 6225741571fc9e9e4932233332ce92669a2f4c34 /config.def.h | |
parent | 36129338cfd64fd9aee8862060cddfd186d8b486 (diff) | |
parent | 3dbf6289649b59c533987dc2c8add62a9e078007 (diff) | |
download | surf-7ce2856194a55a31314c19c81a05008c24076dc8.tar.gz surf-7ce2856194a55a31314c19c81a05008c24076dc8.tar.bz2 surf-7ce2856194a55a31314c19c81a05008c24076dc8.zip |
merge
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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", \ |