mirror of
https://github.com/openziti/ziti.git
synced 2026-09-10 16:55:41 +00:00
17 lines
350 B
YAML
17 lines
350 B
YAML
#
|
|
# Workloads used for debugging active failover.
|
|
#
|
|
|
|
workloads:
|
|
- name: failover
|
|
concurrency: 1
|
|
dialer:
|
|
txRequests: 20000
|
|
txPacing: 1000
|
|
rxTimeout: 5000
|
|
payloadMinBytes: 4096
|
|
payloadMaxBytes: 8192
|
|
listener:
|
|
txRequests: 0
|
|
rxTimeout: 5000
|