File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 10471047 <!-- use multiple threads when fetching multiple tiles (used for wms tile assembling -->
10481048 <threaded_fetching >true</threaded_fetching >
10491049
1050+
1051+ <!--
1052+ Parameters for fine tuning connection_pool component, used for
1053+ connections to SQLite caches
1054+ - max_connections: maximum number of open connections at the same time
1055+ (default: 1024)
1056+ - time_to_live_us: maximum amount of time in microseconds an unused
1057+ connection is valid (default 60s)
1058+ -->
1059+ <connection_pool >
1060+ <max_connections >2000</max_connections >
1061+ <time_to_live_us >1000000</time_to_live_us >
1062+ </connection_pool >
1063+
10501064
10511065 <!-- fastcgi only -->
10521066 <log_level >info</log_level > <!-- logging verbosity -->
You can’t perform that action at this time.
0 commit comments