mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
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