From a256833e17fa9bd02ee808e7b896e12e87153cbe Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 22 Feb 2018 07:42:04 +0000 Subject: [PATCH] Increase the max tsv output size --- net_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_io.c b/net_io.c index ccb5640..d86a91e 100644 --- a/net_io.c +++ b/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()