media create rate limit is absurd?

This commit is contained in:
niten 2024-02-16 10:06:11 -08:00
parent 5d78ce3ec9
commit 33d3acd5f1
1 changed files with 4 additions and 0 deletions

View File

@ -132,6 +132,10 @@ in {
secret = cfg.openid.jwt-secret;
audiences = [ cfg.openid.client-id ];
};
rc_media_create = {
per_second = 5;
burst_count = 10;
};
listeners = [{
port = cfg.port;
bind_addresses = [ "127.0.0.1" ];