diff options
| author | Fuwn <[email protected]> | 2025-10-07 14:58:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-07 14:58:15 -0700 |
| commit | 181508a71abc1fbbf88d940b4da219ec95a09824 (patch) | |
| tree | f508e0fb89a1849df0497dfe5f431a41c31b31c7 | |
| parent | feat(gateway:listeners): Add botMentionAutoDelete module (diff) | |
| download | umabotdiscord-181508a71abc1fbbf88d940b4da219ec95a09824.tar.xz umabotdiscord-181508a71abc1fbbf88d940b4da219ec95a09824.zip | |
feat(gateway:messageStatistics): Increase log rate
| -rw-r--r-- | packages/gateway/src/listeners/messageStatistics.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gateway/src/listeners/messageStatistics.ts b/packages/gateway/src/listeners/messageStatistics.ts index 27e4278..c613378 100644 --- a/packages/gateway/src/listeners/messageStatistics.ts +++ b/packages/gateway/src/listeners/messageStatistics.ts @@ -224,7 +224,7 @@ class MessageStatisticsTracker { () => { this.logStatistics(); }, - 12 * 60 * 60 * 1000, + 3 * 60 * 60 * 1000, ); } |