diff --git a/internal/domain/device.go b/internal/domain/device.go index f37cd3d..34e7132 100644 --- a/internal/domain/device.go +++ b/internal/domain/device.go @@ -7,8 +7,8 @@ import ( ) const ( - DeviceGracePeriodDuration = 3600 // 1 hour - DeviceActiveAfterReceitCheckDuration = 3600 * 24 * 7 // 1 week + DeviceGracePeriodDuration = 3600 // 1 hour + DeviceActiveAfterReceitCheckDuration = 3600 * 24 * 30 // ~1 month ) type Device struct {