Turning back more reasonable dummyrunner settings.
This commit is contained in:
parent
7a130cb442
commit
5b88972523
1 changed files with 2 additions and 2 deletions
|
|
@ -101,12 +101,12 @@ DEFAULT_NCLIENTS = 1
|
||||||
# time between each 'tick', in seconds, if not set on command
|
# time between each 'tick', in seconds, if not set on command
|
||||||
# line. All launched clients will be called upon to possibly do an
|
# line. All launched clients will be called upon to possibly do an
|
||||||
# action with this frequency.
|
# action with this frequency.
|
||||||
DEFAULT_TIMESTEP = 1#5
|
DEFAULT_TIMESTEP = 5
|
||||||
# Port to use, if not specified on command line
|
# Port to use, if not specified on command line
|
||||||
DEFAULT_PORT = settings.TELNET_PORTS[0]
|
DEFAULT_PORT = settings.TELNET_PORTS[0]
|
||||||
# chance of an action happening, per timestep. This helps to
|
# chance of an action happening, per timestep. This helps to
|
||||||
# spread out usage randomly, like it would be in reality.
|
# spread out usage randomly, like it would be in reality.
|
||||||
CHANCE_OF_ACTION = 1#0.1
|
CHANCE_OF_ACTION = 0.1
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue