From db040122c566442500e3ea0d7928d32ac3a3ed29 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 31 Dec 2019 00:00:41 +0100 Subject: Add a SQLite3 local cache of downloaded chunks --- data/proj.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/proj.ini b/data/proj.ini index f42bc940..2146ce41 100644 --- a/data/proj.ini +++ b/data/proj.ini @@ -8,3 +8,9 @@ ; Can be overriden with the PROJ_NETWORK_ENDPOINT environment variable. cdn_endpoint = https://cdn.proj.org + +cache_enabled = on + +cache_size_MB = 100 + +cache_ttl_sec = 86400 -- cgit v1.2.3