Increase the max tsv output size
This commit is contained in:
parent
7059c0f64a
commit
a256833e17
1 changed files with 1 additions and 1 deletions
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;
|
||||
}
|
||||
|
||||
#define TSV_MAX_PACKET_SIZE 400
|
||||
#define TSV_MAX_PACKET_SIZE 600
|
||||
#define TSV_VERSION 2
|
||||
|
||||
void writeFATSVHeader()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue