diff options
author | Joas Schilling <coding@schilljs.com> | 2023-04-03 07:23:34 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-04-03 12:39:52 +0000 |
commit | 4b62137a17ae2b2bb89e14c56506e788ed535436 (patch) | |
tree | fae6dedb06f1ef93dcd73c5dffea7fe4db461345 /config/config.sample.php | |
parent | eb1a673184c910b1bb4e6d10d47ebd61c04a7267 (diff) | |
download | nextcloud-server-4b62137a17ae2b2bb89e14c56506e788ed535436.tar.gz nextcloud-server-4b62137a17ae2b2bb89e14c56506e788ed535436.zip |
feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9d79b154120..cb9e5b0f5a6 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -295,7 +295,7 @@ $CONFIG = [ /** * The interval at which token activity should be updated. - * Increasing this value means that the last activty on the security page gets + * Increasing this value means that the last activity on the security page gets * more outdated. * * Tokens are still checked every 5 minutes for validity |