mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-01-06 20:16:58 +00:00
Sure, let's cache self_blocked_status again!
This commit is contained in:
parent
f20554ddfb
commit
a9c7923b2c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user