Method: FunctionsFramework::Server::Config#min_threads
- Defined in:
- lib/functions_framework/server.rb
#min_threads ⇒ Integer
Returns the minimum number of worker threads in the thread pool.
348 349 350 |
# File 'lib/functions_framework/server.rb', line 348 def min_threads @min_threads || 1 end |