mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-16 23:05:05 +00:00
Automatic merge from submit-queue Delay flush if the watch queue has pending items Simple deferral of flush can reduce Syscalls when watch queues build up. Simpler version of #24768 Fixes #24729 @xiang90 @wojtek-t