Module config

Source
Expand description

Plugin Configuration

Centralized configuration for the plugin system with auto-derivation.

§Simple Usage (80% of users)

Set one variable and everything else is auto-calculated:

export PLUGIN_MAX_CONCURRENCY=3000

§Advanced Usage (power users)

Override individual settings when needed:

export PLUGIN_MAX_CONCURRENCY=3000
export PLUGIN_POOL_MAX_QUEUE_SIZE=10000  # Override just this one

Structs§

PluginConfig
Plugin system configuration with auto-derived values

Functions§

get_config
Get the global plugin configuration (cached after first call)