diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-02-10 19:01:30 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2013-02-16 14:51:00 +0100 |
commit | 24cde0b7d1ad014ffca5d0af896bc50b30e5ddcd (patch) | |
tree | 869f48e15a2910748bb4604682e05b6e73ea866c /src/qt/guiconstants.h | |
parent | 2f0fa79db290d5139c27409055b2035099afa6fd (diff) |
Change progress bar from block-based to time-based
This is less confusing to most people, and doesn't rely on estimates
of the total number of blocks received from other nodes.
Diffstat (limited to 'src/qt/guiconstants.h')
-rw-r--r-- | src/qt/guiconstants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 405ba396b7..92417834ec 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -2,7 +2,7 @@ #define GUICONSTANTS_H /* Milliseconds between model updates */ -static const int MODEL_UPDATE_DELAY = 500; +static const int MODEL_UPDATE_DELAY = 250; /* AskPassphraseDialog -- Maximum passphrase length */ static const int MAX_PASSPHRASE_SIZE = 1024; |