From: Arran Cudbard-Bell Date: Sun, 17 Mar 2024 01:22:18 +0000 (-0400) Subject: Document command_timeout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d525d00d9cc6c1f85620acd6dff270764fa2f417;p=thirdparty%2Ffreeradius-server.git Document command_timeout --- diff --git a/raddb/mods-available/redis b/raddb/mods-available/redis index e82b4d859c1..4df61d52ce8 100644 --- a/raddb/mods-available/redis +++ b/raddb/mods-available/redis @@ -79,6 +79,15 @@ redis { # # use_cluster_map = yes + # + # command_timeout:: The maximum time allowed for an individual command to execute + # + # Setting to 0.0 disables the timeout. + # + # Default is 0.0 + # +# command_timeout = 0 + # lua { ... }:: # # Configuration options which control the execution of lua scripts