cdd1a74d98bfb8588da7be25f44faeaa31f27a72
[novacoin.git] / gui / include / guiconstants.h
1 #ifndef GUICONSTANTS_H
2 #define GUICONSTANTS_H
3
4 /* milliseconds between model updates */
5 static const int MODEL_UPDATE_DELAY = 250;
6
7 /* size of cache */
8 static const unsigned int WALLET_CACHE_SIZE = 100;
9
10
11 #endif // GUICONSTANTS_H