Skip to content

Commit 5705be8

Browse files
committed
update request transactions
1 parent 99fa6da commit 5705be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/page/all_transactions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ class _ExportButton extends StatelessWidget {
706706
var offset = range?.end.toIso8601String();
707707
while (true) {
708708
final List<sdk.Snapshot> snapshots;
709-
const limit = 100;
709+
const limit = 300;
710710
if (asset != null) {
711711
snapshots = await context.appServices.updateAssetSnapshots(
712712
asset.assetId,

0 commit comments

Comments
 (0)