FIX: Hide footgun max_notifications_per_user site setting (#26414)
It's not really intentional to have regular admins change this in all but pathological cases. It deletes all notifications over this threshold for users without warning. If admins really want to turn this on, they can do it via the app.yml file
This commit is contained in:
parent
6dac187785
commit
e04b35a184
|
@ -727,6 +727,7 @@ users:
|
|||
client: true
|
||||
max_notifications_per_user:
|
||||
default: 10000
|
||||
hidden: true
|
||||
gravatar_name:
|
||||
default: Gravatar
|
||||
client: true
|
||||
|
|
Loading…
Reference in New Issue