run every 15 minutes

merge-requests/1/merge
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 () => { setInterval(async () => {
await main(); await main();
}, 300000); }, 900000);
} }