commit 4eb970e054f84f8ffbf80609d2ddca0e21ca05a1 parent 7e7a48fd768c730ba45dd92885002b8fd7e3c1b4 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:59:13 +0200 Add general ratelimits Diffstat:
| M | apps/talos_cluster/continuwuity/deployment.yaml | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/continuwuity/deployment.yaml b/apps/talos_cluster/continuwuity/deployment.yaml @@ -104,6 +104,8 @@ spec: local: rules: - limit: - # Once the sync isnt shortcircuiting anymore this can be lowered again to 100 - requests: 600 + requests: 400 unit: Minute + - limit: + requests: 20 + unit: Second