Turning back more reasonable dummyrunner settings.

This commit is contained in:
Griatch 2012-09-20 02:56:41 +02:00
parent 7a130cb442
commit 5b88972523

View file

@ -101,12 +101,12 @@ DEFAULT_NCLIENTS = 1
# time between each 'tick', in seconds, if not set on command
# line. All launched clients will be called upon to possibly do an
# action with this frequency.
DEFAULT_TIMESTEP = 1#5
DEFAULT_TIMESTEP = 5
# Port to use, if not specified on command line
DEFAULT_PORT = settings.TELNET_PORTS[0]
# chance of an action happening, per timestep. This helps to
# spread out usage randomly, like it would be in reality.
CHANCE_OF_ACTION = 1#0.1
CHANCE_OF_ACTION = 0.1
#------------------------------------------------------------