CF don't like us if we go to fast. Let's add some delays.

This commit is contained in:
Godzil
2020-04-27 22:39:03 +01:00
parent e058b8e699
commit d692199d07
3 changed files with 9 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ interface IConfig {
debug?: boolean;
unlog?: boolean;
retry?: number;
sleepTime?: number;
// Login options
userAgent?: string;
logUsingApi?: boolean;