Skip to content

Commit 758016d

Browse files
committed
Add missing line breaks for improved readability in Puma configuration
1 parent daf13cc commit 758016d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/acceptance/config/puma.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
require "json"
55

66
bind "tcp://0.0.0.0:8080"
7+
78
# single mode: https://github.com/puma/puma/blob/master/docs/deployment.md#single-vs-cluster-mode
89
workers 0
910

11+
threads 0, 16 # the default
12+
1013
log_formatter do |msg|
1114
timestamp = Time.now.strftime("%Y-%m-%dT%H:%M:%S.%L%z")
1215
{

0 commit comments

Comments
 (0)