refacto: Changing click cooldown to daily actions for users and teams
This commit is contained in:
@@ -35,7 +35,7 @@ async function main() {
|
||||
app.listen(PORT, () => {
|
||||
const cfg = getConfig();
|
||||
console.log(
|
||||
`[server] Listening on :${PORT} cooldown=${cfg.clickCooldownSeconds}s wipe=${cfg.databaseWipeoutIntervalSeconds}s`
|
||||
`[server] Listening on :${PORT} dailyQuota=${cfg.dailyActionQuota} wipe=${cfg.databaseWipeoutIntervalSeconds}s`
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user