fix: restore notificationSendDelay back to 60

This commit is contained in:
Julian Lam
2023-09-29 17:02:19 -04:00
parent d478de1635
commit 5fe1ad9580

View File

@@ -22,7 +22,7 @@
"chatDeleteDuration": 0,
"chatMessageDelay": 2000,
"newbieChatMessageDelay": 120000,
"notificationSendDelay": 10,
"notificationSendDelay": 60,
"newbiePostDelayThreshold": 3,
"postQueue": 0,
"postQueueReputationThreshold": 0,