forked from georchestra/geoserver_minimal_datadir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
global.xml
38 lines (38 loc) · 1.41 KB
/
global.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<global>
<settings>
<id>SettingsInfoImpl--cde8a83:14af8a9cd9b:-8000</id>
<contact/>
<charset>UTF-8</charset>
<numDecimals>6</numDecimals>
<onlineResource>http://geoserver.org</onlineResource>
<proxyBaseUrl>https://georchestra.mydomain.org/geoserver</proxyBaseUrl>
<verbose>false</verbose>
<verboseExceptions>false</verboseExceptions>
<localWorkspaceIncludesPrefix>false</localWorkspaceIncludesPrefix>
</settings>
<jai>
<allowInterpolation>false</allowInterpolation>
<recycling>false</recycling>
<tilePriority>5</tilePriority>
<tileThreads>7</tileThreads>
<memoryCapacity>0.5</memoryCapacity>
<memoryThreshold>0.75</memoryThreshold>
<imageIOCache>false</imageIOCache>
<pngAcceleration>true</pngAcceleration>
<jpegAcceleration>true</jpegAcceleration>
<allowNativeMosaic>false</allowNativeMosaic>
<allowNativeWarp>false</allowNativeWarp>
</jai>
<coverageAccess>
<maxPoolSize>10</maxPoolSize>
<corePoolSize>5</corePoolSize>
<keepAliveTime>30000</keepAliveTime>
<queueType>UNBOUNDED</queueType>
<imageIOCacheThreshold>10240</imageIOCacheThreshold>
</coverageAccess>
<updateSequence>0</updateSequence>
<featureTypeCacheSize>0</featureTypeCacheSize>
<globalServices>true</globalServices>
<xmlPostRequestLogBufferSize>1024</xmlPostRequestLogBufferSize>
<xmlExternalEntitiesEnabled>false</xmlExternalEntitiesEnabled>
</global>