Skip to content

Commit

Permalink
[Fixes #161] Enable local and disk-quota in-process lock (#164) (#168)
Browse files Browse the repository at this point in the history
(cherry picked from commit c553cbf)
  • Loading branch information
afabiani authored May 30, 2023
1 parent 2ea67fa commit 8b54dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<globalServices>true</globalServices>
<xmlPostRequestLogBufferSize>1024</xmlPostRequestLogBufferSize>
<xmlExternalEntitiesEnabled>false</xmlExternalEntitiesEnabled>
<lockProviderName>nullLockProvider</lockProviderName>
<lockProviderName>memoryLockProvider</lockProviderName>
<webUIMode>DEFAULT</webUIMode>
<resourceErrorHandling>SKIP_MISCONFIGURED_LAYERS</resourceErrorHandling>
</global>
2 changes: 1 addition & 1 deletion data/gwc-gs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
<string>image/gif</string>
<string>image/png8</string>
</defaultOtherCacheFormats>
<lockProviderName>noLock</lockProviderName>
<lockProviderName>globalLock</lockProviderName>
</GeoServerGWCConfig>

0 comments on commit 8b54dd9

Please sign in to comment.