mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 02:17:01 +02:00
auto-update transaction list
This commit is contained in:
11
gui/include/guiconstants.h
Normal file
11
gui/include/guiconstants.h
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user