Skip to content

Commit

Permalink
update gwc-gs.xml config
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Mar 20, 2024
1 parent f88fbb3 commit ded03c7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions gwc-gs.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
<GeoServerGWCConfig>
<version>1.0.0</version>
<version>1.1.0</version>
<directWMSIntegrationEnabled>false</directWMSIntegrationEnabled>
<WMSCEnabled>true</WMSCEnabled>
<WMTSEnabled>true</WMTSEnabled>
<TMSEnabled>true</TMSEnabled>
<securityEnabled>false</securityEnabled>
<innerCachingEnabled>false</innerCachingEnabled>
<persistenceEnabled>false</persistenceEnabled>
<cacheProviderClass>class org.geowebcache.storage.blobstore.memory.guava.GuavaCacheProvider</cacheProviderClass>
<cacheConfigurations>
<entry>
<string>class org.geowebcache.storage.blobstore.memory.guava.GuavaCacheProvider</string>
<InnerCacheConfiguration>
<hardMemoryLimit>16</hardMemoryLimit>
<policy>NULL</policy>
<concurrencyLevel>4</concurrencyLevel>
<evictionTime>120</evictionTime>
</InnerCacheConfiguration>
</entry>
</cacheConfigurations>
<cacheLayersByDefault>false</cacheLayersByDefault>
<cacheNonDefaultStyles>false</cacheNonDefaultStyles>
<metaTilingX>4</metaTilingX>
Expand Down

0 comments on commit ded03c7

Please sign in to comment.