Kconfig.projbuild 254 B

12345678910
  1. menu "Example Configuration"
  2. config EXAMPLE_MAX_ASYNC_REQUESTS
  3. int "Max Simultaneous Requests"
  4. default 2
  5. help
  6. The maximum number of simultaneous async requests that the
  7. web server can handle.
  8. endmenu