Update sync time

This commit is contained in:
2022-08-06 15:01:24 +03:00
parent 8cb80909d9
commit a6f0816325

View File

@@ -30,7 +30,7 @@ export default class BotsManager {
await this.sync();
if (this.syncInterval === null) {
this.syncInterval = setInterval(() => this.sync(), 30_000);
this.syncInterval = setInterval(() => this.sync(), 300_000);
}
process.once('SIGINT', () => this.stop());