Skip to content

Commit ac709aa

Browse files
committed
Fix session lifetime.
1 parent b34f0dc commit ac709aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webserver/src/authentication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "authentication.h"
1111

1212
#define INVALID_CFG_FILE_PATH "/dev/null"
13-
#define CODECOMPASS_DEFAULT_SESSION_LIFETIME 1440 // One hour.
13+
#define CODECOMPASS_DEFAULT_SESSION_LIFETIME 3600 // One hour.
1414

1515
namespace fs = boost::filesystem;
1616
namespace pt = boost::property_tree;

0 commit comments

Comments
 (0)