Tweak for layer cache

This commit is contained in:
Marco Hugentobler 2011-06-27 09:14:13 +02:00
parent 576b05c12f
commit de5ffb5eae

View File

@ -20,8 +20,8 @@
#include "qgslogger.h"
#include <QFile>
//maximum number of layers in the cache (and upper limit for layers in one published project)
#define DEFAULT_MAX_N_LAYERS 50
//maximum number of layers in the cache
#define DEFAULT_MAX_N_LAYERS 100
QgsMSLayerCache* QgsMSLayerCache::mInstance = 0;