Skip to content

Commit

Permalink
[CSV][GUI] Tax Edition - 150k transaction loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 authored Mar 24, 2021
1 parent 39d270c commit c82593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/transactiontablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// Maximum amount of loaded records in ram in the first load.
// If the user has more and want to load them:
// TODO, add load on demand in pages (not every tx loaded all the time into the records list).
#define MAX_AMOUNT_LOADED_RECORDS 20000
#define MAX_AMOUNT_LOADED_RECORDS 150000

// Amount column is right-aligned it contains numbers
static int column_alignments[] = {
Expand Down

0 comments on commit c82593d

Please sign in to comment.