From 8947ac74a45a87c2cd56a8baa3cd83cc016d0e07 Mon Sep 17 00:00:00 2001 From: pichalite Date: Fri, 22 Apr 2016 11:31:15 -0700 Subject: [PATCH] bookmarkThreshold --- install/data/defaults.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/data/defaults.json b/install/data/defaults.json index f43c34914c..45f426fb04 100644 --- a/install/data/defaults.json +++ b/install/data/defaults.json @@ -34,5 +34,5 @@ "teaserPost": "last", "allowPrivateGroups": 1, "unreadCutoff": 2, - "bookmarkthreshold": 5 -} \ No newline at end of file + "bookmarkThreshold": 5 +}