1
0
Fork 0

run every 15 minutes

refactor/models
Matthew 2019-11-09 23:34:48 -05:00
parent 166ba54c4b
commit a62d10caa5
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ export default function storage(client: Client) {
};
setInterval(async () => {
await main();
}, 300000);
}, 900000);
}