Skip to content

Commit

Permalink
Tweak for layer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and timlinux committed Jun 30, 2011
1 parent 834fc0b commit eb89be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mapserver/qgsmslayercache.cpp
Expand Up @@ -19,8 +19,8 @@
#include "qgsvectorlayer.h"
#include "qgsmapserverlogger.h"

//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 eb89be3

Please sign in to comment.