mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 05:07:29 +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,
|
||||
self_blocked_status: {
|
||||
user_html: {
|
||||
enabled: false,
|
||||
time: 15*60*1000
|
||||
enabled: true,
|
||||
time: 2*60*60*1000
|
||||
},
|
||||
timeline_graphql: {
|
||||
enabled: false,
|
||||
time: 24*60*60*1000
|
||||
enabled: true,
|
||||
time: 2*60*60*1000
|
||||
}
|
||||
},
|
||||
db_user_id: true,
|
||||
|
Loading…
Reference in New Issue
Block a user