Quellcode durchsuchen

Push once until app-related push issues of #802 are resolved (#816)

Lennart Grahl vor 6 Jahren
Ursprung
Commit
9f93bb2f35
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      src/services/webclient.ts

+ 4 - 0
src/services/webclient.ts

@@ -326,6 +326,10 @@ export class WebClientService {
         // Push session configuration
         this.pushSessionConfig = PushSession.defaultConfig;
         this.pushSessionConfig.triesMax = WebClientService.MAX_CONNECT_ATTEMPTS;
+        // TODO: Remove below config overwrite lines once the app-related push issues have been resolved in #802
+        this.pushSessionConfig = {
+            retryTimeoutInitMs: 14000, retryTimeoutMaxMs: 30000, triesMax: 1, timeToLiveRange: [90],
+        };
         this.pushSessionExpectedPeriodMaxMs = PushSession.expectedPeriodMaxMs(this.pushSessionConfig);
 
         // Other properties