From a94126795344fa0cc955d0bc84ded1293df2a237 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 25 Jun 2020 23:47:16 +1200 Subject: [PATCH] Disable adding to the posts table by default --- src/lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.js b/src/lib/constants.js index f9584d7..adca553 100644 --- a/src/lib/constants.js +++ b/src/lib/constants.js @@ -210,7 +210,7 @@ let constants = { time: 2*60*60*1000, }, db_user_id: true, - db_post_n3: true, + db_post_n3: false, db_request_history: false },