Turn on self_blocked_status by default

This commit is contained in:
Cadence Ember 2020-05-06 04:00:53 +12:00
parent 5a86372516
commit 6b3dc95926
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ let constants = {
updater_cache_time: 2*60*1000,
cache_sweep_interval: 3*60*1000,
self_blocked_status: {
enabled: false,
enabled: true,
time: 2*60*60*1000,
},
db_user_id: true,