aboutsummaryrefslogtreecommitdiff
path: root/gui/include/guiconstants.h
blob: cdd1a74d98bfb8588da7be25f44faeaa31f27a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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