Files
esp-idf/examples/protocols/http_server/async_handlers/main/Kconfig.projbuild

17 lines
445 B
Plaintext
Raw Normal View History

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