Chocobozzz/PeerTube

Support disabling rates limit

Open

#6.089 geöffnet am 6. Dez. 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1.362 Forks)batch import
Type: Feature Request :sparkles:good first issue

Repository-Metriken

Stars
 (11.911 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 6h) (6 gemergte PRs in 30 T)

Beschreibung

Describe the problem

This is my current rate limits configure

rates_limit:
  api:
    window: 10 seconds
    max: 0
  login:
    window: 5 minutes
    max: 0
  signup:
    window: 5 minutes
    max: 0
  ask_send_email:
    window: 5 minutes
    max: 0
  receive_client_log:
    window: 10 minutes
    max: 0
  plugins:
    window: 10 seconds
    max: 0
  well_known:
    window: 10 seconds
    max: 0
  feeds:
    window: 10 seconds
    max: 0
  activity_pub:
    window: 10 seconds
    max: 0
  client:
    window: 10 seconds
    max: 0

When I visit the page, I received 429 Too many request error.

If I want to set all peertube rate limits to unlimit in v6.0.1, what value should I set?

Additional information

  • PeerTube instance URL:
  • PeerTube version: v6.0.1
  • NodeJS version: v18.19.0
  • Ffmpeg version:
  • Redis version: 7.0
  • PostgreSQL version: 13.3

Contributor Guide