Ver Fonte

+ Increase static buffer size

z3APA3A há 10 anos atrás
pai
commit
d9271bfec8
1 ficheiros alterados com 1 adições e 1 exclusões
  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;