mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
updating pubsub topic in traffic generator
This commit is contained in:
parent
46524a9c7a
commit
ae5bd64924
@ -49,7 +49,7 @@ group.add_argument('-mn', '--multiple-nodes', type=str, help='example: http://wa
|
||||
|
||||
# rest of araguments
|
||||
parser.add_argument('-c', '--content-topic', type=str, help='content topic', default="my-ctopic")
|
||||
parser.add_argument('-p', '--pubsub-topic', type=str, help='pubsub topic', default="/waku/2/default-waku/proto")
|
||||
parser.add_argument('-p', '--pubsub-topic', type=str, help='pubsub topic', default="/waku/2/rs/66/0")
|
||||
parser.add_argument('-s', '--msg-size-kbytes', type=int, help='message size in kBytes', default=10)
|
||||
parser.add_argument('-d', '--delay-seconds', type=int, help='delay in second between messages', required=15)
|
||||
args = parser.parse_args()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user