mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
timeout on initial connect only
This commit is contained in:
@@ -18,7 +18,7 @@ export class WebsocketSource<T> implements Source<T> {
|
||||
},
|
||||
})
|
||||
|
||||
return stream$.pipe(timeout(60000))
|
||||
return stream$.pipe(timeout({ first: 60000 }))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user