Github user arina-ielchiieva commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1069#discussion_r156403329
  
    --- Diff: exec/java-exec/src/main/resources/drill-module.conf ---
    @@ -377,7 +377,9 @@ drill.exec: {
       # refresh time.
       grace_period_ms : 0,
       //port hunting for drillbits. Enabled only for testing purposes.
    -  port_hunt : false
    +  port_hunt : false,
    +  // Max threads of embedded Jetty
    +  webserver.threadpool_max: 200
    --- End diff --
    
    Please add underscores: `web_server.thread_pool_max`


---

Reply via email to