set longPollTimeoutMs from js bindings

This commit is contained in:
Nikita Sivukhin
2025-09-16 12:22:02 +04:00
parent 83303b8c5b
commit e68b642f4f
3 changed files with 4 additions and 1 deletions

View File

@@ -228,6 +228,7 @@ export interface SyncEngineOpts {
path: string
clientName?: string
walPullBatchSize?: number
longPollTimeoutMs?: number
tracing?: string
tablesIgnore?: Array<string>
useTransform: boolean