dongjoon-hyun commented on code in PR #48921:
URL: https://github.com/apache/spark/pull/48921#discussion_r1852675196


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1987,6 +1987,12 @@ package object config {
     .intConf
     .createWithDefault(6066)
 
+  private[spark] val MASTER_REST_SERVER_MAX_THREADS = 
ConfigBuilder("spark.master.rest.maxThreads")
+    .doc("Maximum number of threads to use in the Spark Master REST API 
Server.")
+    .version("4.0.0")
+    .intConf
+    .createWithDefault(200)

Review Comment:
   The default value is identical with the previously-used Jetty's default 
value.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to