update controller configuration limits example reflecting new structure (#606)

This commit is contained in:
Michael Quigley 2024-05-30 13:49:45 -04:00
parent 561fd46200
commit af5197d041
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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