From ad7ef691631c610a7b35bf7417c51d7578310b0b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 7 Feb 2025 04:23:01 +0000 Subject: [PATCH] imagery: Disable WMS cache for now. Permissions do now allow --- cookbooks/imagery/resources/site.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 0d46526ce..6a20594c7 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -107,7 +107,8 @@ action :create do "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "128", "GDAL_HTTP_TCP_KEEPALIVE" => "YES", - "GDAL_HTTP_VERSION" => "2TLS" + "GDAL_HTTP_VERSION" => "2TLS", + "GDAL_ENABLE_WMS_CACHE" => "NO" limit_nofile 16384 memory_high "12G" memory_max "12G" -- 2.39.5