Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Use buffered chan to avoid losing docker events #3705

Merged
merged 1 commit into from
Oct 3, 2019
Merged

Commits on Sep 30, 2019

  1. Use buffered chan to avoid losing docker events

    Docker imposes a limit that events have to be retrieved within 100ms
    or they are dropped on the sending side. Adding buffer space within
    the Weave Net process allows those events to be collected from Docker
    more quickly.
    
    1024 is an arbitrary number, much higher than we expect to need.
    bboreham committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    ee47f0c View commit details
    Browse the repository at this point in the history