@hmcts/rpx-xui-common-lib 3.2.7-unused-package-1 → 3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1940,7 +1940,7 @@ class TimeoutNotificationsService {
1940
1940
  }));
1941
1941
  this.subs.push(this.idle.onIdleStart.subscribe(() => console.log('You\'ve gone idle!')));
1942
1942
  this.subs.push(this.idle.onIdleEnd.subscribe(() => console.log('You\'re no longer idle!')));
1943
- this.keepalive.interval(config.keepAliveInSeconds || 900);
1943
+ this.keepalive.interval(config.keepAliveInSeconds || 600);
1944
1944
  this.subs.push(this.keepalive.onPing.subscribe(() => {
1945
1945
  this.eventEmitter.next({ eventType: KEEP_ALIVE_EVENT });
1946
1946
  }));