Set default agents to create to 30

This commit is contained in:
Enrique Martin 2023-12-11 10:33:03 +01:00
parent 0bdc6978e6
commit 5a5674f3b4

@ -118,7 +118,7 @@ if ($action === 'create_demo_data') {
}
$total_agents_to_create = (int) get_parameter('agents_num', 0);
$total_agents_to_create = 10;
$total_agents_to_create = 30;
$total_items_count = count($parsed_ini);
if ($total_agents_to_create > 0) {