Explorar o código

pv: increased transformation buffer slots from 4 to 8

Daniel-Constantin Mierla %!s(int64=7) %!d(string=hai) anos
pai
achega
d68c1bcb35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/pv/pv_trans.c

+ 1 - 1
src/modules/pv/pv_trans.c

@@ -59,7 +59,7 @@ static param_t* _tr_uri_params = NULL;
 
 /*! transformation buffer size */
 #define TR_BUFFER_SIZE 65536
-#define TR_BUFFER_SLOTS	4
+#define TR_BUFFER_SLOTS	8
 
 /*! transformation buffer */
 static char **_tr_buffer_list = NULL;