Skip to content

Commit

Permalink
Merge pull request #167 from GeoNode/backport_161_2.20.6
Browse files Browse the repository at this point in the history
[Fixes #161] Enable local and disk-quota in-process lock (#164)
  • Loading branch information
afabiani committed May 30, 2023
2 parents ead527c + c44a509 commit 0e6ff05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geoserver/data/geonode_v2206/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 geoserver/data/geonode_v2206/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 0e6ff05

Please sign in to comment.