mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
15 second timeout for requests
This commit is contained in:
parent
0e8b6eb506
commit
6b1fa7f5d0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ async function init() {
|
|||
|
||||
// ignite cron job after server created
|
||||
startAllCrons();
|
||||
});
|
||||
}).setTimeout(15000);
|
||||
}
|
||||
|
||||
init();
|
||||
|
|
Loading…
Reference in a new issue