Disable adding to the posts table by default

This commit is contained in:
Cadence Ember 2020-06-25 23:47:16 +12:00
parent ff75c39aa9
commit a941267953
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 1 additions and 1 deletions

View File

@ -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
},