MAX_WORKERS
MAX_WORKERS can set a limit on the maximum allowed number of worker threads.
Manually adjusting the number of threads like this can improve performance. Increasing threads can boost parallelism and data throughput. Reducing threads is advisable when too many concurrent threads cause excessive lock contention within index caches.
Maximum value: 2048
NOTE: When not using MQTT, the maximum worker thread limit is 256.