minor change

This commit is contained in:
Jicheng Lu 2024-11-21 01:01:36 -06:00
parent d2e52208f9
commit f3faecb2ee

View file

@ -42,7 +42,7 @@ public class RoutingContext : IRoutingContext
_routerAgentIds = agentService.GetAgents(new AgentFilter
{
Type = AgentType.Routing,
Pager = new Pagination { Size = 20 }
Pager = new Pagination { Size = 100 }
}).Result.Items.Select(x => x.Id).ToArray();
}