Skip to content

Commit

Permalink
qt: adjust MODEL_UPDATE_DELAY to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricidal committed Feb 27, 2024
1 parent 8053e75 commit 4c758db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/guiconstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define BITCOIN_QT_GUICONSTANTS_H

/* Milliseconds between model updates */
static const int MODEL_UPDATE_DELAY = 1000;
static const int MODEL_UPDATE_DELAY = 60000;

/* AskPassphraseDialog -- Maximum passphrase length */
static const int MAX_PASSPHRASE_SIZE = 1024;
Expand Down

0 comments on commit 4c758db

Please sign in to comment.