Use block status to inform future request policy

This commit is contained in:
Cadence Ember
2020-04-17 01:40:20 +12:00
parent d66d12e7da
commit 3adb0d0ac6
2 changed files with 13 additions and 1 deletions

View File

@@ -63,6 +63,10 @@ let constants = {
instance_list_cache_time: 3*60*1000,
updater_cache_time: 2*60*1000,
cache_sweep_interval: 3*60*1000,
self_blocked_status: {
enabled: false,
time: 2*60*60*1000,
},
db_user_id: true,
db_post_n3: true,
db_request_history: false