* display preference for suto check and better messaging on properties page

* improve logs by a lot

* clean up

* fix searchbar and url in marketplace
This commit is contained in:
Matt Hill
2022-09-23 14:51:28 -06:00
committed by GitHub
parent c85491cc71
commit 061a350cc6
9 changed files with 31 additions and 36 deletions

View File

@@ -120,7 +120,7 @@ export class MockApiService extends ApiService {
}
openLogsWebsocket$(config: WebSocketSubjectConfig<Log>): Observable<Log> {
return interval(100).pipe(
return interval(50).pipe(
map((_, index) => {
// mock fire open observer
if (index === 0) config.openObserver?.next(new Event(''))