mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
* chore: replace pubsub topic with shard configuration across the lite protocol tester * chore: enhance protocol performance - response time - metrics * fix filter-client double mounting possibility.
28 lines
515 B
Bash
28 lines
515 B
Bash
START_PUBLISHING_AFTER_SECS=45
|
|
# can add some seconds delay before SENDER starts publishing
|
|
|
|
NUM_MESSAGES=0
|
|
# 0 for infinite number of messages
|
|
|
|
MESSAGE_INTERVAL_MILLIS=8000
|
|
# ms delay between messages
|
|
|
|
|
|
MIN_MESSAGE_SIZE=15Kb
|
|
MAX_MESSAGE_SIZE=145Kb
|
|
|
|
## for wakusim
|
|
#SHARD=0
|
|
#CONTENT_TOPIC=/tester/2/light-pubsub-test/wakusim
|
|
#CLUSTER_ID=66
|
|
|
|
## for status.prod
|
|
#SHARDS=32
|
|
CONTENT_TOPIC=/tester/2/light-pubsub-test/fleet
|
|
CLUSTER_ID=16
|
|
|
|
## for TWN
|
|
#SHARD=4
|
|
#CONTENT_TOPIC=/tester/2/light-pubsub-test/twn
|
|
#CLUSTER_ID=1
|