lower seconds threshold for notification to fire
This commit is contained in:
@@ -18,7 +18,7 @@ interface APNsUrl {
|
||||
}
|
||||
|
||||
export class NotificationService {
|
||||
public readonly secondsThresholdForNotificationToFire = 300;
|
||||
public readonly secondsThresholdForNotificationToFire = 180;
|
||||
|
||||
private apnsToken: string | undefined = undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user