lib/jets/commands/templates/skeleton/config/application.rb.tt in jets-0.8.4 vs lib/jets/commands/templates/skeleton/config/application.rb.tt in jets-0.8.5
- old
+ new
@@ -1,10 +1,10 @@
Jets.application.configure do
config.project_name = "<%= project_name %>"
config.api_generator = <%= !!@options[:api] %>
# config.prewarm.enable = true # default is true
- # config.prewarm.rate = '2 hours' # default is '2 hours'
+ # config.prewarm.rate = '30 minutes' # default is '30 minutes'
# config.prewarm.concurrency = 2 # default is 2
# config.prewarm.public_ratio = 10 # default is 10
# config.env_extra = 2 # can also set this with JETS_ENV_EXTRA
# config.extra_autoload_paths = []