Class: Grenache::Configuration
- Inherits:
-
Object
- Object
- Grenache::Configuration
- Defined in:
- lib/grenache/http/configurable.rb
Instance Attribute Summary collapse
-
#thin_threaded ⇒ Object
thin server.
-
#thin_threadpool_size ⇒ Object
thin server.
Instance Attribute Details
#thin_threaded ⇒ Object
thin server
4 5 6 |
# File 'lib/grenache/http/configurable.rb', line 4 def thin_threaded @thin_threaded end |
#thin_threadpool_size ⇒ Object
thin server
4 5 6 |
# File 'lib/grenache/http/configurable.rb', line 4 def thin_threadpool_size @thin_threadpool_size end |