changeset 1803:88406bf2d1e5

Up the max hardcoded matches/results limit.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 29 Oct 2017 22:30:24 +0200
parents 649998a9b6d8
children f498299ff758
files mapsearch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Sun Oct 29 22:27:08 2017 +0200
+++ b/mapsearch.c	Sun Oct 29 22:30:24 2017 +0200
@@ -14,7 +14,7 @@
  */
 #define SET_MAX_MAPS        16  // Maximum number of maps allowed to be loaded
 #define SET_MAX_LISTEN      4   // Maximum number of interfaces to listen
-#define SET_MAX_MATCHES     32  // Maximum number of match results per query
+#define SET_MAX_MATCHES     64  // Maximum number of match results per query
 
 
 // List of default SSL/TLS ciphers to use/allowed