Skip to content

Commit 7a1a639

Browse files
committed
[Trivial] Adding load txs on demand todo text.
1 parent 6d5c84e commit 7a1a639

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/qt/transactiontablemodel.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
#define SINGLE_THREAD_MAX_TXES_SIZE 4000
3232

3333
// Maximum amount of loaded records in ram in the first load.
34-
// If the user has more and want to load them, could add a load on demand in pages.
35-
// but.. to be realistic, it's not useful anyway, why someone would ever want to have more than 20,000 txs loaded in the UI??
36-
// The person would be essentially spamming himself..
34+
// If the user has more and want to load them:
35+
// TODO, add load on demand in pages (not every tx loaded all the time into the records list).
3736
#define MAX_AMOUNT_LOADED_RECORDS 20000
3837

3938
// Amount column is right-aligned it contains numbers

0 commit comments

Comments
 (0)