|
@@ -4331,7 +4331,7 @@ namespace TeamAAS_VP.Core
|
|
|
if (i % 5 == 4 && i < batch.Count - 1)
|
|
if (i % 5 == 4 && i < batch.Count - 1)
|
|
|
await System.Windows.Threading.Dispatcher.Yield(System.Windows.Threading.DispatcherPriority.Input);
|
|
await System.Windows.Threading.Dispatcher.Yield(System.Windows.Threading.DispatcherPriority.Input);
|
|
|
}
|
|
}
|
|
|
- if (batch.Count > 50)
|
|
|
|
|
|
|
+
|
|
|
}), System.Windows.Threading.DispatcherPriority.Background);
|
|
}), System.Windows.Threading.DispatcherPriority.Background);
|
|
|
}
|
|
}
|
|
|
public bool concurrenty = true;
|
|
public bool concurrenty = true;
|