mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Fix username history cleanup startup delay
This commit is contained in:
parent
8c9f9dc42f
commit
59918858ec
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if (!isAPI()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start first cleanup 30 seconds after startup
|
// Start first cleanup 30 seconds after startup
|
||||||
setTimeout(cleanup, 1 * SECONDS);
|
setTimeout(cleanup, 30 * SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MAX_USERNAME_ENTRIES_PER_USER = 5;
|
export const MAX_USERNAME_ENTRIES_PER_USER = 5;
|
||||||
|
|
Loading…
Add table
Reference in a new issue