Increase the max tsv output size
This commit is contained in:
parent
7059c0f64a
commit
a256833e17
2
net_io.c
2
net_io.c
|
@ -1785,7 +1785,7 @@ __attribute__ ((format (printf,4,5))) static char *appendFATSV(char *p, char *en
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TSV_MAX_PACKET_SIZE 400
|
#define TSV_MAX_PACKET_SIZE 600
|
||||||
#define TSV_VERSION 2
|
#define TSV_VERSION 2
|
||||||
|
|
||||||
void writeFATSVHeader()
|
void writeFATSVHeader()
|
||||||
|
|
Loading…
Reference in a new issue