We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34f0dc commit ac709aaCopy full SHA for ac709aa
1 file changed
webserver/src/authentication.cpp
@@ -10,7 +10,7 @@
10
#include "authentication.h"
11
12
#define INVALID_CFG_FILE_PATH "/dev/null"
13
-#define CODECOMPASS_DEFAULT_SESSION_LIFETIME 1440 // One hour.
+#define CODECOMPASS_DEFAULT_SESSION_LIFETIME 3600 // One hour.
14
15
namespace fs = boost::filesystem;
16
namespace pt = boost::property_tree;
0 commit comments