Decrease private key clearing delay
This commit is contained in:
parent
4838fb91a6
commit
258e6cbbd8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AsymmetricKey < ApplicationRecord
|
||||
PRIVATE_KEY_CLEAR_DELAY = 12.hours.freeze
|
||||
PRIVATE_KEY_CLEAR_DELAY = 1.hour.freeze
|
||||
end
|
||||
|
|
Reference in a new issue