Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bump TASKS_PER_ROUND to 200 (#125)
Now that we have over 1900 retrieval templates, we can increase the number of tasks per round to the desired level. SPARK nodes wait for 10 seconds between checks. With 30-minute round length, node can perform at most 30*60/10 = 180 tasks per round. In practice, we will always get some nodes that don't perform all tasks, e.g. because retrieval takes longer or the node is not online for the entire duration of the round. To make it easier to observe how our system handles such situations, I am intentionally choosing TASKS_PER_ROUND value higher than the maximum theoretical limit, to ensure we encounter this edge case very often. Signed-off-by: Miroslav Bajtoš <[email protected]>
- Loading branch information