Embedded replicas (and offline sync) databases are slow if you set `sync_interval` · Issue #2076 · tursodatabase/libsql · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set sync_interval, then sync calls take as much as time the sync_interval value is set to. This issue is observed in JS SDK (https://github.com/tursodatabase/libsql-js) and this doesn't happen in Rust client.
There are two discord users reporting the same and following links also contain reproducers:
Uh oh!
There was an error while loading. Please reload this page.
If you set
sync_interval
, thensync
calls take as much as time thesync_interval
value is set to. This issue is observed in JS SDK (https://github.com/tursodatabase/libsql-js) and this doesn't happen in Rust client.There are two discord users reporting the same and following links also contain reproducers:
https://discord.com/channels/933071162680958986/1374700570514030592
https://discord.com/channels/933071162680958986/1374075561017741312/1375111427890614435
The text was updated successfully, but these errors were encountered: