Skip to content

Commit

Permalink
Fix filesystem bytes 0 -> 0L
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala authored Aug 30, 2023
1 parent 6763a2c commit 1c1f0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartmetconf/plugins/wms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ templates:
cache =
{
memory_bytes = 4294967296L; # 4 GB
filesystem_bytes = 0; # 2 GB
filesystem_bytes = 0L; # 0 GB
directory = "/var/smartmet/cache/imagecache";
};

Expand Down

0 comments on commit 1c1f0b1

Please sign in to comment.