We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fa6da commit 5705be8Copy full SHA for 5705be8
lib/ui/page/all_transactions.dart
@@ -706,7 +706,7 @@ class _ExportButton extends StatelessWidget {
706
var offset = range?.end.toIso8601String();
707
while (true) {
708
final List<sdk.Snapshot> snapshots;
709
- const limit = 100;
+ const limit = 300;
710
if (asset != null) {
711
snapshots = await context.appServices.updateAssetSnapshots(
712
asset.assetId,
0 commit comments