Fix code style
This commit is contained in:
parent
6d118a54b8
commit
46f3ad0bdd
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ threads threads_count, threads_count
|
|||
# Specifies the `port` that Puma will listen on to receive requests;
|
||||
# default is 3000.
|
||||
#
|
||||
port ENV.fetch('PORT') { 3000 }
|
||||
port ENV.fetch('PORT') { 3000 }
|
||||
|
||||
# Specifies the `environment` that Puma will run in.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ environment ENV.fetch('RAILS_ENV') { 'development' }
|
|||
# Workers do not work on JRuby or Windows (both of which do not support
|
||||
# processes).
|
||||
#
|
||||
# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
|
||||
# workers ENV.fetch('WEB_CONCURRENCY') { 2 }
|
||||
|
||||
# Use the `preload_app!` method when specifying a `workers` number.
|
||||
# This directive tells Puma to first boot the application and load code
|
||||
|
|
Reference in a new issue