Sha256: 751d1bc0b561c273b5e886595e1a7460748c9fd0e7101289305cb5f87318e90b
Contents?: true
Size: 454 Bytes
Versions: 18
Compression:
Stored size: 454 Bytes
Contents
over_ridden :production_value # Sets the 'nice' value of the publishing process # This is in the range 0-20 # 0 : Standard priority thread # 20: Minimum priority thread # the higher this value is the lower the priority of the publishing thread # you should set this low so that publishing the site doesn't affect the # responsiveness of your site. publish_niceness 18 back do port 3001 end front do port 3002 end TopLevel.parameter = :prod
Version data entries
18 entries across 18 versions & 1 rubygems