make initial block download reporting somewhat better by tracking version responses

This commit is contained in:
Wladimir J. van der Laan
2011-07-17 14:06:43 +02:00
parent b5f918cbd6
commit 5df0b03c95
7 changed files with 49 additions and 16 deletions

View File

@@ -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;