mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
lower guild cache time to 15 minutes
This commit is contained in:
parent
dec4aa9619
commit
f7e1c32626
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export const parseEnvironment = (env: Environment): Config => {
|
||||||
retention: {
|
retention: {
|
||||||
session: 60 * 60 * 6, // 6 hours
|
session: 60 * 60 * 6, // 6 hours
|
||||||
sessionState: 60 * 5, // 5 minutes
|
sessionState: 60 * 5, // 5 minutes
|
||||||
guild: 60 * 60 * 2, // 2 hours
|
guild: 60 * 15, // 15 minutes
|
||||||
member: 60 * 5, // 5 minutes
|
member: 60 * 5, // 5 minutes
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue