File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
demos/supabase-todolist/docs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ To use background synchronization, make sure that:
66
771 . You only use a single instance of your ` PowerSyncDatabase ` . Using multiple instances means that
88 multiple write connections are active, which can lead to "database is locked" issues, wasted
9- resource due to multiple sync clients, and ` watch() ` ed queries not updating due to missing update
10- notifications.
9+ resources due to multiple sync clients, and ` watch() ` ed queries not updating due to missing
10+ update notifications.
11112 . You don't use separate processes for the UI and the background service.
1212
1313These limitations are not inherent architectural issues, but sharing databases across processes is
You can’t perform that action at this time.
0 commit comments