diff options
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index bb0e3453..a587c037 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -682,7 +682,7 @@ struct projGridChunkCache { bool enabled = true; std::string filename{}; - long long max_size = 100 * 1024 * 1024; + long long max_size = 300 * 1024 * 1024; int ttl = 86400; // 1 day }; |
