mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-05 14:33:10 +00:00
13 lines
410 B
YAML
13 lines
410 B
YAML
deluge_experiment:
|
|
seeders: ${SEEDERS}
|
|
tracker_announce_url: ${TRACKER_ANNOUNCE_URL}
|
|
file_size: ${FILE_SIZE}
|
|
repetitions: ${REPETITIONS}
|
|
shared_volume_path: ${SHARED_VOLUME_PATH}
|
|
|
|
nodes:
|
|
network_size: ${NETWORK_SIZE}
|
|
first_node_index: 0
|
|
address: "${DELUGE_STATEFULSET}-{node_index}.${DELUGE_SERVICE}.${NAMESPACE}.svc.cluster.local"
|
|
daemon_port: 6890
|
|
listen_ports: [ 6891, 6892 ] |