Ver código fonte

pv: increased transformation buffer slots from 4 to 8

Daniel-Constantin Mierla 7 anos atrás
pai
commit
d68c1bcb35
1 arquivos alterados com 1 adições e 1 exclusões
  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;