conf/default_conf.yaml in rsence-2.2.1 vs conf/default_conf.yaml in rsence-2.2.2

- old
+ new

@@ -76,16 +76,21 @@ # Simulate network latency. Good for testing how your # app behaves with laggy connections. :latency: 0 # # HTTP Port number to listen to. - :port: 8001 + :port: '8001' # # Bind this ip address ('0.0.0.0' means all) :bind_address: '127.0.0.1' # - # Rack handler to use, defaults to thin - :rack_require: mongrel + # Rack handler to use, defaults to puma + :rack_require: puma + # + # These are default options. Ymmv, but these work fine for puma + :handler_options: + :Verbose: false + :Threads: '4:64' # puma default is '0:16' # # When enabled, sets http cache headers # to cache content as long as possible. :cache_maximize: true #