keep devices around for a month

This commit is contained in:
Andre Medeiros 2021-10-29 11:03:58 -04:00
parent ec12775621
commit 39ccc1972a

View file

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