hmm some more generous params for sc.

SVN revision: 39808
This commit is contained in:
Carsten Haitzler 2009-03-31 04:12:09 +00:00
parent 258cfee990
commit 9c4c129125
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@
#define SCALECACHE 1
#define MAX_SCALEITEMS 16
#define MAX_SCALEITEMS 32
#define MIN_SCALE_USES 3
#define MIN_SCALE_AGE_GAP 5000
#define MIN_SCALECACHE_SIZE 3200
#define FLOP_ADD 4
#define MAX_FLOP_COUNT 16
#define FLOP_DEL 1
#define SCALE_CACHE_SIZE 4 * 1024 * 1024
#define SCALE_CACHE_SIZE 10 * 1024 * 1024
typedef struct _Scaleitem Scaleitem;