Procházet zdrojové kódy

+ Increase static buffer size

z3APA3A před 10 roky
rodič
revize
d9271bfec8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/proxy.h

+ 1 - 1
src/proxy.h

@@ -309,7 +309,7 @@ struct datatype;
 struct dictionary;
 struct node;
 struct property;
-extern unsigned char tmpbuf[4096];
+extern unsigned char tmpbuf[8192];
 extern pthread_mutex_t config_mutex;
 extern pthread_mutex_t bandlim_mutex;
 extern pthread_mutex_t hash_mutex;