Decrease self_blocked_status cache to 60 minutes

This commit is contained in:
Cadence Ember 2022-07-27 10:47:44 +12:00
parent dc0a80d1cb
commit 7237ebf8d4
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
1 changed files with 1 additions and 5 deletions

View File

@ -224,12 +224,8 @@ let constants = {
self_blocked_status: {
user_html: {
enabled: true,
time: 2*60*60*1000
time: 60*60*1000
},
timeline_graphql: {
enabled: true,
time: 2*60*60*1000
}
},
db_user_id: true,
db_post_n3: false,