mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
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:
parent
6174c207d2
commit
24034ed715
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue