diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-17 14:06:43 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-17 14:17:13 +0200 |
commit | 5df0b03c950184b2e2fdbfc6e9f8075dcf81c75c (patch) | |
tree | 889d52734e8e4a0a096289d52d03aa02d66f8292 /src/qt/guiconstants.h | |
parent | b5f918cbd69e02f1e955fe90a13444a15a7de43f (diff) |
make initial block download reporting somewhat better by tracking version responses
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 cdd1a74d98..59f49625bd 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 = 250; +static const int MODEL_UPDATE_DELAY = 500; /* size of cache */ static const unsigned int WALLET_CACHE_SIZE = 100; |