Administrator
|
nGrinder has some configuration for setting safe file distribution threshold. it's because the test can be executed before the file transmission is completed.
If your agent is close to controller and the bandwidth is enough, you can set the threshold value very high.
sth like..
# Set the safe distribution threshold to enable safe distribution for specific transfer size by force.
controller.safe_dist_threshold=500000000
|