]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Raise limit for number of Redis xlat components (#4534)
authorTerry Burton <tez@terryburton.co.uk>
Tue, 24 May 2022 17:00:59 +0000 (18:00 +0100)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 17:00:59 +0000 (13:00 -0400)
src/lib/redis/base.h

index 01560a2a97f1e9396581da6c61baf02b3971160d..e743ca8f6882bab87df41aced0630daf9de684e4 100644 (file)
@@ -39,7 +39,7 @@ extern "C" {
 #endif
 
 #define MAX_REDIS_COMMAND_LEN          4096
-#define MAX_REDIS_ARGS                 32
+#define MAX_REDIS_ARGS                 256
 
 #define REDIS_ERROR_MOVED_STR          "MOVED"
 #define REDIS_ERROR_ASK_STR            "ASK"