albjeremias
(Albatroz Jeremias)
23. Februar 2023 um 14:44
1
Ich habe mehrere Benutzer, die sich dieselbe IP-Adresse teilen und meine Discourse-Instanz nutzen. Wie kann ich die Ratenbegrenzung in der neuen Discourse 3 anpassen? Ich glaube nicht, dass diese Standardwerte sehr gut sind, sie scheinen zu niedrig. Mit der vorherigen Version hatte ich dieses Problem nicht.
pfaffman
(Jay Pfaffman)
23. Februar 2023 um 18:49
2
Sie können diese in Ihrem ENV-Bereich in app.yml festlegen.
DISCOURSE_MAX_REQS_PER_IP_PER_10_SECONDS: 200
DISCOURSE_MAX_REQS_PER_IP_PER_MINUTE: 400
2 „Gefällt mir“
Canapin
(Coin-coin le Canapin)
24. Februar 2023 um 15:40
3
Zu Ihrer Information gibt es Dokumentation zu Ratenbegrenzungen:
Discourse ships with 3 different global rate limits that can be configured by site admins.
Global per-ip rate limits
These limits apply to every unique IP address that hits the Discourse application. (files that are served directly from the filesystem or the CDN are excluded)
By default this rate limit is enabled, you may disable it or set it to a reporting mode.
DISCOURSE_MAX_REQS_PER_IP_MODE : default block, this rate limit applies out of the box. (other options are warn, warn+block, and n…
Sie ist durch die Suche leicht zu finden. Erstes Ergebnis
2 „Gefällt mir“
system
(system)
Geschlossen,
26. März 2023 um 15:40
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.