mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
talk: Increase QUEUE_SIZE from 64 to 128
Ensures that fewer spelled-out strings will run into this limit Change-Id: I66cc1bcaffc7b63ee4a9908a59d157e4d2b7e598
This commit is contained in:
parent
ae1dc0adf8
commit
36a5501d74
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
/***************** Constants *****************/
|
/***************** Constants *****************/
|
||||||
|
|
||||||
#define QUEUE_SIZE 64 /* must be a power of two */
|
#define QUEUE_SIZE 128 /* must be a power of two */
|
||||||
#define QUEUE_MASK (QUEUE_SIZE-1)
|
#define QUEUE_MASK (QUEUE_SIZE-1)
|
||||||
const char* const dir_thumbnail_name = "_dirname.talk";
|
const char* const dir_thumbnail_name = "_dirname.talk";
|
||||||
const char* const file_thumbnail_ext = ".talk";
|
const char* const file_thumbnail_ext = ".talk";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue