mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
reduce message cache duration
This commit is contained in:
parent
71384124e6
commit
75b4586171
2 changed files with 2 additions and 22 deletions
|
@ -5,7 +5,7 @@ const { PERMISSIONS_TEXT, DEFAULT_BOT_NAME, DEFAULT_PREFIXES } = require('./cons
|
|||
const Paginator = require('./paginator').PaginatorCluster
|
||||
|
||||
const cluster = new ClusterClient("", {
|
||||
cache: {messages: {expire: 60 * 60 * 1000}},
|
||||
cache: {messages: {expire: 30 * 60 * 1000}},
|
||||
gateway: {
|
||||
identifyProperties: {
|
||||
$browser: 'Discord Android',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue