Changeset 104

Show
Ignore:
Timestamp:
05/07/08 10:06:34 (7 months ago)
Author:
jweiss
Message:

increase sleep between mongrel stop/start to 5 seconds

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/webistrano/template/mongrel_rails.rb

    r76 r104  
    4242          task :restart, :roles => :app, :except => { :no_release => true } do 
    4343            webistrano.mongrel.stop 
    44             sleep(3) 
     44            sleep(5) 
    4545            webistrano.mongrel.start 
    4646          end