Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP-49158: [later] introduce a batching delay on first response
Also introduce a batching delay on all Event.{from,next} calls, except Event.from calls for tasks. This should help batch up multiple events from field updates. There are no extra delays for tasks, because these typically aren't immediately ready, and when they are we want to immediately find out about it. This is part of the "feature flag" that turns on the feature (previously you could've manually edited xapi.conf to make these changes.) Signed-off-by: Edwin Török <[email protected]>
- Loading branch information