Skip to main content

folders

Folder Settings

Examples. Prefix: UN_FOLDERS_, Header: [folders]
  • Using the config file:
## Global Folder configuration that affects all watched folders.
[folders]
## How often poller checks for new folders.
## The default of `0s` will disable the poller on all systems except Docker.
## Set this value to `1ms` to disable it in Docker.
interval = "0s"
## How many new folder events can be immediately queued. Don't change this.
buffer = 20000
  • Using environment variables:
## Folder Settings
UN_FOLDERS_INTERVAL=1s
UN_FOLDERS_BUFFER=20000
Config NameVariable NameDefault / Note
intervalUN_FOLDERS_INTERVAL"0s" / How often poller checks for new folders. Use 1ms to disable it.
bufferUN_FOLDERS_BUFFER20000 / How many new folder events can be immediately queued.