Skip to content

Commit

Permalink
Add documentation in mapcache.xml.sample configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads committed Dec 16, 2019
1 parent 01ab731 commit 4a0123e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mapcache.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,20 @@
<!-- use multiple threads when fetching multiple tiles (used for wms tile assembling -->
<threaded_fetching>true</threaded_fetching>


<!--
Parameters for fine tuning connection_pool component, used for
connections to SQLite caches
- max_connections: maximum number of open connections at the same time
(default: 1024)
- time_to_live_us: maximum amount of time in microseconds an unused
connection is valid (default 60s)
-->
<connection_pool>
<max_connections>2000</max_connections>
<time_to_live_us>1000000</time_to_live_us>
</connection_pool>


<!-- fastcgi only -->
<log_level>info</log_level> <!-- logging verbosity -->
Expand Down

0 comments on commit 4a0123e

Please sign in to comment.