my poor server was getting hammered by the notification spam

master
Drake 1 year ago
parent f554a2312c
commit 4448652470

@ -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));
}

Loading…
Cancel
Save