Skip to content

Commit c087cd8

Browse files
authored
fix: Set default max_threads back to 16 (#143)
1 parent c499d0d commit c087cd8

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 || 1024
309+
@max_threads || 16
310310
end
311311

312312
##

0 commit comments

Comments
 (0)