Class: Grenache::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/grenache/http/configurable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#thin_threadedObject

thin server



4
5
6
# File 'lib/grenache/http/configurable.rb', line 4

def thin_threaded
  @thin_threaded
end

#thin_threadpool_sizeObject

thin server



4
5
6
# File 'lib/grenache/http/configurable.rb', line 4

def thin_threadpool_size
  @thin_threadpool_size
end