make initial block download reporting somewhat better by tracking version responses
[novacoin.git] / src / qt / guiconstants.h
index cdd1a74..59f4962 100644 (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;