minor change
This commit is contained in:
parent
d2e52208f9
commit
f3faecb2ee
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue