diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-02-22 08:59:36 -0800 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-02-22 08:59:36 -0800 |
commit | 9dca7190f91189f5c0b8a7974fcc522e47d60e50 (patch) | |
tree | 0ae7728844bb63315003c337d9373e6d8efb4bcd /src/qt/guiconstants.h | |
parent | aaeb443791f880351692ac020e8fdea44d2270b0 (diff) | |
parent | 9f2467ad6241ce6cf0897ed30c676598d59441a7 (diff) |
Merge pull request #2310 from sipa/progressbar
Progressbar based on time-based estimation of transactions.
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; |