mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
removed comments
This commit is contained in:
@@ -116,7 +116,6 @@
|
||||
// Create a new redis connection and store it in module (skeleton)
|
||||
rdb.client = rdb.connect();
|
||||
|
||||
//
|
||||
module.sessionStore = new sessionStore({
|
||||
client: rdb.client,
|
||||
ttl: 60 * 60 * 24 * 14
|
||||
|
||||
Reference in New Issue
Block a user