Changeset 76

Show
Ignore:
Timestamp:
02/02/08 10:36:17 (10 months ago)
Author:
jweiss
Message:

reduce sleep between mongrel stop/start to 3 seconds

Files:
1 modified

Legend:

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

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