Bump the default buffer size. USeful for expedite ;-)

SVN revision: 50474
This commit is contained in:
Brett Nash 2010-07-24 02:38:36 +00:00
parent 32d67b080a
commit 68682317e8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#define WORD_CACHE_MAXLEN 50
/* How many to cache */
#define WORD_CACHE_NWORDS 20
#define WORD_CACHE_NWORDS 40
static int max_cached_words = WORD_CACHE_NWORDS;
struct prword {