menu "Example Configuration" config EXAMPLE_MAX_ASYNC_REQUESTS int "Max Simultaneous Requests" default 2 help The maximum number of simultaneous async requests that the web server can handle. config EXAMPLE_ASYNC_WORKER_TASK_STACK_SIZE int "Async Worker Task Stack Size" default 2560 help The stack size allocated for each async worker task. endmenu