media create rate limit is absurd?
This commit is contained in:
parent
5d78ce3ec9
commit
33d3acd5f1
|
@ -132,6 +132,10 @@ in {
|
||||||
secret = cfg.openid.jwt-secret;
|
secret = cfg.openid.jwt-secret;
|
||||||
audiences = [ cfg.openid.client-id ];
|
audiences = [ cfg.openid.client-id ];
|
||||||
};
|
};
|
||||||
|
rc_media_create = {
|
||||||
|
per_second = 5;
|
||||||
|
burst_count = 10;
|
||||||
|
};
|
||||||
listeners = [{
|
listeners = [{
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
bind_addresses = [ "127.0.0.1" ];
|
bind_addresses = [ "127.0.0.1" ];
|
||||||
|
|
Loading…
Reference in New Issue