mirror of
https://github.com/openziti/zrok.git
synced 2024-11-28 19:14:07 +01:00
update controller configuration limits example reflecting new structure (#606)
This commit is contained in:
parent
561fd46200
commit
af5197d041
21
etc/ctrl.yml
21
etc/ctrl.yml
@ -84,7 +84,6 @@ limits:
|
|||||||
reserved_shares: -1
|
reserved_shares: -1
|
||||||
unique_names: -1
|
unique_names: -1
|
||||||
bandwidth:
|
bandwidth:
|
||||||
per_account:
|
|
||||||
period: 5m
|
period: 5m
|
||||||
warning:
|
warning:
|
||||||
rx: -1
|
rx: -1
|
||||||
@ -94,26 +93,6 @@ limits:
|
|||||||
rx: -1
|
rx: -1
|
||||||
tx: -1
|
tx: -1
|
||||||
total: 10485760
|
total: 10485760
|
||||||
per_environment:
|
|
||||||
period: 5m
|
|
||||||
warning:
|
|
||||||
rx: -1
|
|
||||||
tx: -1
|
|
||||||
total: -1
|
|
||||||
limit:
|
|
||||||
rx: -1
|
|
||||||
tx: -1
|
|
||||||
total: -1
|
|
||||||
per_share:
|
|
||||||
period: 5m
|
|
||||||
warning:
|
|
||||||
rx: -1
|
|
||||||
tx: -1
|
|
||||||
total: -1
|
|
||||||
limit:
|
|
||||||
rx: -1
|
|
||||||
tx: -1
|
|
||||||
total: -1
|
|
||||||
enforcing: false
|
enforcing: false
|
||||||
cycle: 5m
|
cycle: 5m
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user