Method: FunctionsFramework::Server::Config#min_threads

Defined in:
lib/functions_framework/server.rb

#min_threadsInteger

Returns the minimum number of worker threads in the thread pool.

Returns:

  • (Integer)


348
349
350
# File 'lib/functions_framework/server.rb', line 348

def min_threads
  @min_threads || 1
end