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 oneStructs§
- Plugin
Config - Plugin system configuration with auto-derived values
Functions§
- get_
config - Get the global plugin configuration (cached after first call)