diff --git a/src/index.ts b/src/index.ts index 43aec24..c9b2388 100644 --- a/src/index.ts +++ b/src/index.ts @@ -361,7 +361,7 @@ process.on("unhandledRejection", (error) => { } catch (error) { console.error(error); } - await Wait(30); + await Wait(10); } await redis.disconnect(); } catch (error) {