Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OctoPrint/OctoPrint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Häußge <gina@octoprint.org>2022-09-01 13:18:53 +0300
committerGina Häußge <gina@octoprint.org>2022-09-01 13:18:53 +0300
commitb83b57406eebca60432fbdcb54f8e7791b377e5b (patch)
treefb3fb32ec42e20725eb6e7c94a3b7aa17f85c698 /.github
parent3cca3a43f3d085e9bbe5a5840c8255bb1b5d052e (diff)
💚 Add setting to disable rate limiter
Not exposed on the UI and never will be, but allows us to disable rate limiting on the API for easier E2E testing.
Diffstat (limited to '.github')
-rw-r--r--.github/fixtures/with_acl/config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/fixtures/with_acl/config.yaml b/.github/fixtures/with_acl/config.yaml
index 57fadccbf..f62e6554f 100644
--- a/.github/fixtures/with_acl/config.yaml
+++ b/.github/fixtures/with_acl/config.yaml
@@ -1,5 +1,7 @@
accessControl:
salt: zXmvzI3uWuTLkSPOEfA2ZLwn3f3sGUNS
+devel:
+ enableRateLimiter: false
plugins:
virtual_printer:
enabled: true