Skip to content

Commit

Permalink
Adjusted UI_EXPIRY_HOURS based on deploy environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevma50287 committed Sep 16, 2024
1 parent 72a2a1d commit e67ef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Manifest < ApplicationRecord
failed: 3
}

UI_HOURS_UNTIL_EXPIRY = 72
UI_HOURS_UNTIL_EXPIRY = Rails.non_production_env? ? 0.25 : 72
API_HOURS_UNTIL_EXPIRY = 3

SECONDS_TO_AUTO_UNLOCK = 5
Expand Down

0 comments on commit e67ef29

Please sign in to comment.