Open
Description
Request for documentation
From pull request qgis/QGIS#61332
Author: @manisandro
QGIS version: 3.44
Allow configuring the server project cache size
PR Description:
The server QgsConfigCache
currently uses default-constructed QCache
s which default to cost=100
, i.e. 100 entries. This PR adds the QGIS_SERVER_PROJECT_CACHE_SIZE
Env-Var to make this configurable.