We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f4c15 commit 22b367dCopy full SHA for 22b367d
src/mapserver/qgsmslayercache.cpp
@@ -20,8 +20,8 @@
20
#include "qgslogger.h"
21
#include <QFile>
22
23
-//maximum number of layers in the cache (and upper limit for layers in one published project)
24
-#define DEFAULT_MAX_N_LAYERS 50
+//maximum number of layers in the cache
+#define DEFAULT_MAX_N_LAYERS 100
25
26
QgsMSLayerCache* QgsMSLayerCache::mInstance = 0;
27
0 commit comments