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, csrf_time: 60*60*1000,
self_blocked_status: { self_blocked_status: {
user_html: { user_html: {
enabled: false, enabled: true,
time: 15*60*1000 time: 2*60*60*1000
}, },
timeline_graphql: { timeline_graphql: {
enabled: false, enabled: true,
time: 24*60*60*1000 time: 2*60*60*1000
} }
}, },
db_user_id: true, db_user_id: true,