dmachard / go-dnscollector

Ingesting, pipelining, and enhancing your DNS logs with usage indicators, security analysis, and additional metadata.
MIT License
184 stars 43 forks source link

New global settings for default buffer size #739

Closed dmachard closed 1 month ago

dmachard commented 1 month ago

This PR adds buffer-size setting to set the default channel size of each workers. The new default value is set to 4086.

global:
  worker:
    buffer-size: 4096