diff --git a/src/index.ts b/src/index.ts index 49ae27b..07b43e9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -215,5 +215,6 @@ while (true) { "_responded_notifs.json", JSON.stringify(respondedNotificationIds), ); - await new Promise((res) => setTimeout(res, 5000)); + + await new Promise((res) => setTimeout(res, 30000)); }