Queues multiple sync events before processing, reducing round-trips. This comes at the cost of more processing overhead, which may cause ACK timeouts on older/weaker devices for big enough datasets.
Sequential
"sequential"
Processes each sync event immediately before requesting the next. This reduces processing overhead and improves real-time responsiveness.