mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-01 10:06:32 +00:00
Sure, let's cache self_blocked_status again!
This commit is contained in:
parent
f20554ddfb
commit
a9c7923b2c
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue