mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -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"
|
||||
|
||||
#define FLIST_SIZE 128
|
||||
#define FLIST_SIZE 256
|
||||
|
||||
/* Atomic table indices contain
|
||||
sign bit = if set, indicates empty/NULL value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue