summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 9b9bcb670..8374e695b 100644
--- a/config/config.json
+++ b/config/config.json
@@ -110,7 +110,10 @@
"PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5eL",
"SendPushNotifications": false,
"PushNotificationServer": "",
- "PushNotificationContents": "generic"
+ "PushNotificationContents": "generic",
+ "EnableEmailBatching": false,
+ "EmailBatchingBufferSize": 256,
+ "EmailBatchingInterval": 30
},
"RateLimitSettings": {
"EnableRateLimiter": true,