Skip to content

Commit

Permalink
Remove disk cache, change directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala authored Aug 30, 2023
1 parent 6741574 commit 512c496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartmetconf/plugins/wms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ templates:
cache =
{
memory_bytes = 4294967296L; # 4 GB
filesystem_bytes = 214748364L; # 2 GB
directory = "/var/smartmet/imagecache";
filesystem_bytes = 0; # 2 GB
directory = "/var/smartmet/cache/imagecache";
};

# Appendix M: Attribute index
Expand Down

0 comments on commit 512c496

Please sign in to comment.