Count some more class instances.

This commit is contained in:
JoelKatz
2012-11-01 08:46:04 -07:00
parent 7372d4423f
commit 7c346c8d4a
7 changed files with 21 additions and 4 deletions

View File

@@ -9,6 +9,9 @@
#include "Config.h"
#include "Application.h"
#define CACHED_LEDGER_NUM 3 // TEMPORARY REMOVEME FIXME
#define CACHED_LEDGER_AGE 60 // TEMPORARY REMOVEME FIXME
#ifndef CACHED_LEDGER_NUM
#define CACHED_LEDGER_NUM 512
#endif