# HG changeset patch # User Matti Hamalainen # Date 1509309024 -7200 # Node ID 88406bf2d1e5ab20353261c245f4c152144c3f7c # Parent 649998a9b6d81081ad2d81eeb8899eb60b883634 Up the max hardcoded matches/results limit. diff -r 649998a9b6d8 -r 88406bf2d1e5 mapsearch.c --- 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