This commit is contained in:
Baris Soner Usakli
2014-02-13 21:06:41 -05:00
parent 695891ffd7
commit a909a25393
3 changed files with 6 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
module.sessionStore = new connectRedis({
client: redisClient,
ttl: 60 * 60 * 24 * 30
ttl: 60 * 60 * 24 * 14
});
reds.createClient = function () {