Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak for layer cache
  • Loading branch information
mhugent committed Jun 27, 2011
1 parent b9f4c15 commit 22b367d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mapserver/qgsmslayercache.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 22b367d

Please sign in to comment.