bump linesize for inline image data

This commit is contained in:
Jan-Piet Mens
2024-12-14 10:58:16 +01:00
parent 091673432c
commit ad647a7681
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -40,7 +40,6 @@
char STORAGEDIR[BUFSIZ] = STORAGEDEFAULT;
#define LINESIZE 8192
#define LARGEBUF (BUFSIZ * 2)
static struct gcache *gc = NULL;
+1 -1
View File
@@ -38,7 +38,7 @@
#include "udata.h"
#ifndef LINESIZE
# define LINESIZE 8192
# define LINESIZE (32 * 1024)
#endif
int is_directory(char *path)