From 5d6535719a2fc2594bcf62d4890c433b5703a206 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 3 Sep 2025 14:02:58 -0400 Subject: [PATCH] chore: update default settings undoTimeout reduced to 0 post queue default enabled with minimum reputation to bypass set to 1 --- install/data/defaults.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/data/defaults.json b/install/data/defaults.json index b6ae97a3c7..d90730d396 100644 --- a/install/data/defaults.json +++ b/install/data/defaults.json @@ -24,8 +24,8 @@ "newbieChatMessageDelay": 120000, "notificationSendDelay": 60, "newbieReputationThreshold": 3, - "postQueue": 0, - "postQueueReputationThreshold": 0, + "postQueue": 1, + "postQueueReputationThreshold": 1, "groupsExemptFromPostQueue": ["administrators", "Global Moderators"], "groupsExemptFromNewUserRestrictions": ["administrators", "Global Moderators"], "groupsExemptFromMaintenanceMode": ["administrators", "Global Moderators"], @@ -36,7 +36,7 @@ "maximumTagsPerTopic": 5, "minimumTagLength": 3, "maximumTagLength": 15, - "undoTimeout": 10000, + "undoTimeout": 0, "allowTopicsThumbnail": 1, "registrationType": "normal", "registrationApprovalType": "normal",