Skip to content

Commit 22b367d

Browse files
committedJun 27, 2011
Tweak for layer cache
1 parent b9f4c15 commit 22b367d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/mapserver/qgsmslayercache.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include "qgslogger.h"
2121
#include <QFile>
2222

23-
//maximum number of layers in the cache (and upper limit for layers in one published project)
24-
#define DEFAULT_MAX_N_LAYERS 50
23+
//maximum number of layers in the cache
24+
#define DEFAULT_MAX_N_LAYERS 100
2525

2626
QgsMSLayerCache* QgsMSLayerCache::mInstance = 0;
2727

0 commit comments

Comments
 (0)
Please sign in to comment.