forked from github/server
maximum persistent orders = 128
This commit is contained in:
parent
90f24a0ae4
commit
513bdef26c
|
@ -76,7 +76,7 @@
|
|||
|
||||
#define ESCAPE_FIX
|
||||
#define MAXORDERS 256
|
||||
#define MAXPERSISTENT 16
|
||||
#define MAXPERSISTENT 128
|
||||
|
||||
/* exported symbols symbols */
|
||||
const char * xmlfile = "eressea.xml";
|
||||
|
|
Loading…
Reference in New Issue