From 66fd99a8831955034cb25c8468ecfe1f9d3a7d62 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 15 Jan 2020 23:28:23 +0100 Subject: Address review comments for https://github.com/OSGeo/PROJ/pull/1817 --- docs/source/resource_files.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/source') diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 3684a948..a07d6d6a 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -67,6 +67,8 @@ A proj installation includes a SQLite database of transformation information that must be accessible for the library to work properly. The library will print an error if the database can't be found. +.. _proj-ini: + proj.ini ------------------------------------------------------------------------------- @@ -92,7 +94,7 @@ Its default content is: cache_enabled = on - cache_size_MB = 100 + cache_size_MB = 300 cache_ttl_sec = 86400 -- cgit v1.2.3