We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02deb69 commit 4049059Copy full SHA for 4049059
src/packages/backend/mentions/handle.ts
@@ -13,7 +13,7 @@ const logger = getLogger("mentions - handle");
13
// TODO: should be in the database server settings; also should be
14
// user configurable, and this is just a default
15
const minEmailInterval = "6 hours";
16
-const maxPerInterval = 2; // get up to 2 emails for a given chatroom every 6 hours.
+const maxPerInterval = 50; // up to 50 emails for a given chatroom every 6 hours.
17
18
// We check for new notifications this frequently.
19
const polIntervalSeconds = 15;
0 commit comments