Simulator: fix batch-notify-server command
This patch fixes the name of parameters used to construct batch notification listener Change-Id: I8eae9494943b2592c9cf4b92fccca93eab3b8e93
This commit is contained in:
parent
363c591ffb
commit
d2496c34d9
@ -158,7 +158,7 @@ def batch_notify_server(transport, topic, show_stats, duration):
|
||||
server = notify.get_batch_notification_listener(
|
||||
transport, [target],
|
||||
endpoints, executor='eventlet',
|
||||
batch_size=1000, batch_time=5)
|
||||
batch_size=1000, batch_timeout=5)
|
||||
run_server(server, duration=duration)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user