From 00043d33bad26cedbfa105269ae2b1b66684b721 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Wed, 11 Nov 2009 00:32:55 +0000 Subject: * Reduce the size of MAX_FEATLABEL_CHARS because it's bloating up servercache.dat and general serverlist memory usage for no reason (thanks Oopss) --- src/client/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/client.h b/src/client/client.h index 4d5cd522..1e18a9ad 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -285,7 +285,7 @@ typedef struct { char info[MAX_INFO_STRING]; } ping_t; -#define MAX_FEATLABEL_CHARS 1024 +#define MAX_FEATLABEL_CHARS 32 typedef struct { netadr_t adr; char hostName[MAX_HOSTNAME_LENGTH]; -- cgit