lower seconds threshold for notification to fire

This commit is contained in:
2025-02-11 12:05:27 -08:00
parent a74a6c995a
commit 2d4e206739

View File

@@ -18,7 +18,7 @@ interface APNsUrl {
} }
export class NotificationService { export class NotificationService {
public readonly secondsThresholdForNotificationToFire = 300; public readonly secondsThresholdForNotificationToFire = 180;
private apnsToken: string | undefined = undefined; private apnsToken: string | undefined = undefined;