mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-11-19 20:56:31 +00:00
Decrease self_blocked_status cache to 60 minutes
This commit is contained in:
parent
dc0a80d1cb
commit
7237ebf8d4
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Add table
Reference in a new issue