bitcoin/src/qt/guiconstants.h

12 lines
230 B
C
Raw Normal View History

2011-05-28 11:32:19 -07:00
#ifndef GUICONSTANTS_H
#define GUICONSTANTS_H
/* milliseconds between model updates */
static const int MODEL_UPDATE_DELAY = 250;
/* size of cache */
static const unsigned int WALLET_CACHE_SIZE = 100;
#endif // GUICONSTANTS_H