Skip to content

Commit 11385b8

Browse files
committed
Fix resync not using client params.
1 parent 9550e92 commit 11385b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

demos/benchmarks/lib/powersync.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Future<void> resync() async {
9393
timer.start(db);
9494
db.connect(
9595
connector: currentConnector,
96+
params: {'size_bucket': AppConfig.sizeBucket},
9697
crudThrottleTime: const Duration(milliseconds: 1));
9798
}
9899

demos/benchmarks/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,14 +297,14 @@ packages:
297297
path: "../../packages/powersync"
298298
relative: true
299299
source: path
300-
version: "1.8.6"
300+
version: "1.8.8"
301301
powersync_flutter_libs:
302302
dependency: "direct overridden"
303303
description:
304304
path: "../../packages/powersync_flutter_libs"
305305
relative: true
306306
source: path
307-
version: "0.4.0"
307+
version: "0.4.1"
308308
pub_semver:
309309
dependency: transitive
310310
description:

0 commit comments

Comments
 (0)