hotfix: config variable reference

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-18 19:39:18 -04:00
parent fad9ea04c7
commit ec2108f4b9
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ async function main() {
await Promise.all(results);
Logger.info('↗ trying stores again');
setTimeout(main, Config.page.rateLimitTimeout);
setTimeout(main, Config.rateLimitTimeout);
}
/**