Skip to content

Commit 3e5da5e

Browse files
authored
feat: Increase default max thread pool size to 8 (#125)
1 parent f87ce40 commit 3e5da5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions_framework/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def min_threads
306306
# @return [Integer]
307307
#
308308
def max_threads
309-
@max_threads || 1
309+
@max_threads || 8
310310
end
311311

312312
##

0 commit comments

Comments
 (0)