Skip to content

Commit 836cfb7

Browse files
committed
Fixed typo
1 parent 2da6ea7 commit 836cfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/application.production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PHP:
2626
conf:
2727
# PM
2828
- { variable: "pm.max_children", value: "30" }
29-
- { variable: "pm.start_servers", value: "10 }
29+
- { variable: "pm.start_servers", value: "10" }
3030
- { variable: "pm.min_spare_servers", value: "5" }
3131
- { variable: "pm.max_spare_servers", value: "10" }
3232
# Misc

0 commit comments

Comments
 (0)