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

@ -8,7 +8,7 @@ import (
const ( const (
DeviceGracePeriodDuration = 3600 // 1 hour DeviceGracePeriodDuration = 3600 // 1 hour
DeviceActiveAfterReceitCheckDuration = 3600 * 24 * 7 // 1 week DeviceActiveAfterReceitCheckDuration = 3600 * 24 * 30 // ~1 month
) )
type Device struct { type Device struct {