mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-09-08 09:25:29 -05:00
fix: set redis user info cache to expire every minute
This commit is contained in:
@@ -45,7 +45,8 @@ app.use(session({
|
||||
store: new RedisStore({ client: redisClient }),
|
||||
secret: config.aes_key,
|
||||
resave: false,
|
||||
saveUninitialized: false
|
||||
saveUninitialized: false,
|
||||
ttl: 60
|
||||
}));
|
||||
|
||||
// import the servers into one
|
||||
|
||||
Reference in New Issue
Block a user