1
0
Fork 0

Do not preload application

This commit is contained in:
Alex Kotov 2018-12-06 02:22:48 +05:00
parent 1c8752f745
commit 1ba4e62a65
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ threads threads_count, threads_count
# before forking the application. This takes advantage of Copy On Write
# process behavior so workers use less memory.
#
preload_app!
# preload_app!
# Specifies the `port` that Puma will listen on to receive requests;
# default is 3000.