Skip to content

Commit

Permalink
change default max mapsize to 4096 (fixes #5349)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Dec 1, 2016
1 parent 22dc081 commit 1e8266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ extern "C" {
#define MS_URL_LENGTH 1024
#define MS_MAXPATHLEN 1024

#define MS_MAXIMAGESIZE_DEFAULT 2048
#define MS_MAXIMAGESIZE_DEFAULT 4096

#define MS_MAXPROJARGS 20
#define MS_MAXJOINS 20
Expand Down

0 comments on commit 1e8266b

Please sign in to comment.