mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
Multiple (#1823)
* 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:
@@ -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(''))
|
||||
|
||||
Reference in New Issue
Block a user