Sure, let's cache self_blocked_status again!

This commit is contained in:
Cadence Ember 2022-07-25 01:59:06 +12:00
parent f20554ddfb
commit a9c7923b2c
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
1 changed files with 4 additions and 4 deletions

View File

@ -223,12 +223,12 @@ let constants = {
csrf_time: 60*60*1000,
self_blocked_status: {
user_html: {
enabled: false,
time: 15*60*1000
enabled: true,
time: 2*60*60*1000
},
timeline_graphql: {
enabled: false,
time: 24*60*60*1000
enabled: true,
time: 2*60*60*1000
}
},
db_user_id: true,