1
0
Fork 0

Decrease private key clearing delay

This commit is contained in:
Alex Kotov 2019-09-14 00:50:52 +05:00
parent 4838fb91a6
commit 258e6cbbd8
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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