flist: Increase default list size to 256

Nowadays, we are using more hashmaps and other things, than we did
before. Therefore, I often get the "flist is full (don't worry)"
message. This change should avoid that message. I was unable to find
any significance in increase of memory footprint from this change.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
David Henningsson 2012-04-19 10:54:08 +02:00 committed by Tanu Kaskinen
parent 6174c207d2
commit 24034ed715

View file

@ -37,7 +37,7 @@
#include "flist.h" #include "flist.h"
#define FLIST_SIZE 128 #define FLIST_SIZE 256
/* Atomic table indices contain /* Atomic table indices contain
sign bit = if set, indicates empty/NULL value sign bit = if set, indicates empty/NULL value