feat(rcf): augment frequency

This commit is contained in:
Swann Martinez
2019-04-11 18:12:28 +02:00
parent f8da8a836d
commit 249a1cee1a
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ def default_tick():
update = client_instance.queue.get()
helpers.load(update[0],update[1])
return 0.01
return 0.001
def mesh_tick():