优化代码

This commit is contained in:
刘祥超
2021-12-15 20:46:42 +08:00
parent e3cd6e1441
commit 7478b6dbe0

View File

@@ -51,7 +51,7 @@ func (this *SyncClusterTask) loop() error {
}
ctx := rpcClient.Context(0)
tasksResp, err := rpcClient.NodeTaskRPC().FindNotifyingNodeTasks(ctx, &pb.FindNotifyingNodeTasksRequest{Size: 100})
tasksResp, err := rpcClient.NodeTaskRPC().FindNotifyingNodeTasks(ctx, &pb.FindNotifyingNodeTasksRequest{Size: 200})
if err != nil {
return err
}