Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Avoid regeneration of jekyll site for each fork
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisjonas committed Aug 4, 2012
1 parent d291b7a commit 58015e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unicorn.rb
@@ -1,2 +1,3 @@
worker_processes 6 # amount of unicorn workers to spin up
timeout 30 # restarts workers that hang for 30 seconds
timeout 30 # restarts workers that hang for 30 seconds
preload_app true # avoid regeneration of jekyll site for each fork

0 comments on commit 58015e3

Please sign in to comment.