aboutsummaryrefslogtreecommitdiffstats
path: root/helpers/helpersBack.ts
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-25 12:07:36 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-25 12:07:36 +0200
commit013319d7a4651d1708280f556e39c2f03839426a (patch)
tree704e51c6d4d96360611819628be3c78edec2f9d8 /helpers/helpersBack.ts
parent13dcc2c8fc1d11e3b94432fffc4c4f186bd94d29 (diff)
downloadfia-013319d7a4651d1708280f556e39c2f03839426a.tar.gz
fia-013319d7a4651d1708280f556e39c2f03839426a.tar.zst
fia-013319d7a4651d1708280f556e39c2f03839426a.zip
Almost going in a circle
Diffstat (limited to 'helpers/helpersBack.ts')
-rw-r--r--helpers/helpersBack.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/helpersBack.ts b/helpers/helpersBack.ts
index 5aaae77..6a3dfd7 100644
--- a/helpers/helpersBack.ts
+++ b/helpers/helpersBack.ts
@@ -72,7 +72,7 @@ export async function sleep(ms: number) {
}
export async function waitForQueue(): Promise<void> {
while(global.stop === true) {
- await sleep(200);
+ await sleep(50);
}
}