maximum persistent orders = 128

This commit is contained in:
Enno Rehling 2005-07-28 13:20:36 +00:00
parent 90f24a0ae4
commit 513bdef26c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
#define ESCAPE_FIX
#define MAXORDERS 256
#define MAXPERSISTENT 16
#define MAXPERSISTENT 128
/* exported symbols symbols */
const char * xmlfile = "eressea.xml";