mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-22 03:37:43 +00:00
give us a bit more breahting room in case of an itunes receipt check outage
This commit is contained in:
parent
655300682f
commit
647995271e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DeviceReceiptCheckPeriodDuration = 1 * time.Hour
|
DeviceReceiptCheckPeriodDuration = 4 * time.Hour
|
||||||
DeviceActiveAfterReceitCheckDuration = 30 * 24 * time.Hour // ~1 month
|
DeviceActiveAfterReceitCheckDuration = 30 * 24 * time.Hour // ~1 month
|
||||||
DeviceGracePeriodAfterReceiptExpiry = 30 * 24 * time.Hour // ~1 month
|
DeviceGracePeriodAfterReceiptExpiry = 30 * 24 * time.Hour // ~1 month
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue