Skip to content
Snippets Groups Projects
Commit 1c9d0f6b authored by jkerdreu's avatar jkerdreu
Browse files

testing rate

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2152 b32b6428-25c9-4566-ad07-03861ab6144f
parent 8fe05e4c
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class Engine(object):
# try to limit rate
cnt = cnt + 1
if cnt > config.queue_size:
time.sleep(0.2)
time.sleep(0.1)
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment