Skip to content
Snippets Groups Projects
Commit 206a0860 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

Increase number of subskills for InstantKill Skill

parent 9c6e909c
No related branches found
No related tags found
1 merge request!489fix skillmanager and provider deadlocks when callingSubskills, query executionsatus and descriptions and stopping subskills at the same time
......@@ -31,7 +31,7 @@ namespace armarx::skills::provider
manager,
skills::SkillID{.providerId = *getSkillId().providerId, .skillName = "Chaining"});
for (unsigned int i = 0; i < 10; ++i)
for (unsigned int i = 0; i < 25; ++i)
{
auto id = callSubskillAsync(prx);
prx.abortSkillAsync(id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment