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:
Christian Soffke 2025-05-27 04:57:00 +02:00 committed by Solomon Peachy
parent ae1dc0adf8
commit 36a5501d74

View file

@ -48,7 +48,7 @@
/***************** 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)
const char* const dir_thumbnail_name = "_dirname.talk";
const char* const file_thumbnail_ext = ".talk";