mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 05:07:29 +00:00
Decrease self_blocked_status cache to 60 minutes
This commit is contained in:
parent
dc0a80d1cb
commit
7237ebf8d4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user