Skip to content

Commit

Permalink
increase default expiry to 24 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorntrondsen committed May 20, 2024
1 parent a69e282 commit 3c8ccd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/deploy-lock.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set :deploy_lock_file, -> { File.join(shared_path, 'deploy-lock.yml') }
set :deploy_lock_roles, -> { :app }
set :default_lock_expiry, (15 * 60)
set :default_lock_expiry, (24 * 60 * 60)
set :deploy_lock, false
set :lock_message, nil
set :lock_expiry, nil
Expand Down

0 comments on commit 3c8ccd0

Please sign in to comment.