File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments