mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-01-06 20:16:58 +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: {
|
self_blocked_status: {
|
||||||
user_html: {
|
user_html: {
|
||||||
enabled: true,
|
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_user_id: true,
|
||||||
db_post_n3: false,
|
db_post_n3: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user