Commit 7daa2dde authored by Georgios Dagkakis's avatar Georgios Dagkakis

change interval of regular allocation to 40

parent 8014dd02
...@@ -47,7 +47,7 @@ class ReadSkilledOperators(plugin.InputPreparationPlugin): ...@@ -47,7 +47,7 @@ class ReadSkilledOperators(plugin.InputPreparationPlugin):
node['EV123454321']={ #(random id) node['EV123454321']={ #(random id)
"name": "Allocator", "name": "Allocator",
"argumentDict": "{}", "argumentDict": "{}",
"interval": 10, "interval": 40,
"stop": -1, "stop": -1,
"id": "EV123454321", "id": "EV123454321",
"start": 0, "start": 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment