changed session timeout to 15 minutes

This commit is contained in:
Martin Willi
2007-11-13 12:00:02 +00:00
parent e8287a405e
commit a8cd906576
+1 -1
View File
@@ -32,7 +32,7 @@
#include "controller/config_controller.h"
#define DBFILE IPSECDIR "/manager.db"
#define SESSION_TIMEOUT 180
#define SESSION_TIMEOUT 900
#define THREADS 10
int main (int arc, char *argv[])