Skip to content

Commit

Permalink
imagery: Disable WMS cache for now. Permissions do now allow
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Feb 7, 2025
1 parent 6a617bb commit ad7ef69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookbooks/imagery/resources/site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"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"
Expand Down

0 comments on commit ad7ef69

Please sign in to comment.