diff options
| author | Émilien Devos <contact@emiliendevos.be> | 2023-01-05 23:08:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 23:08:05 +0000 |
| commit | 98301a223750b61915d61ac5221e8b71ea2b40ac (patch) | |
| tree | f09ef896c26a0f7585badd4cbee5b5e7e6cf1f5e /config | |
| parent | 865704dc7b0dee818b0f7636a085fcf1736635a7 (diff) | |
| download | invidious-98301a223750b61915d61ac5221e8b71ea2b40ac.tar.gz invidious-98301a223750b61915d61ac5221e8b71ea2b40ac.tar.bz2 invidious-98301a223750b61915d61ac5221e8b71ea2b40ac.zip | |
Add ability to disable all user notifications (#3473)
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 8794880d..8abe1b9e 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -295,6 +295,17 @@ https_only: false ## #admins: [""] +## +## Enable/Disable the user notifications for all users +## +## Note: On large instances, it is recommended to set this option to 'false' +## in order to reduce the amount of data written to the database, and hence +## improve the overall performance of the instance. +## +## Accepted values: true, false +## Default: true +## +#enable_user_notifications: true # ----------------------------- # Background jobs |
