From 8b76d84463ee5ff866d7d1c6595339173033f167 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 11 Mar 2024 17:18:16 +0000 Subject: [PATCH] Drop unused attribute --- cookbooks/apache/attributes/default.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/cookbooks/apache/attributes/default.rb b/cookbooks/apache/attributes/default.rb index 080ca4e3a..1aefe9270 100644 --- a/cookbooks/apache/attributes/default.rb +++ b/cookbooks/apache/attributes/default.rb @@ -29,5 +29,3 @@ default[:apache][:event][:max_connections_per_child] = 0 default[:apache][:listen_address] = "*" default[:apache][:buffered_logs] = true - -default[:apache][:reqtimeout] = false -- 2.39.5