diff options
Diffstat (limited to 'service')
| -rw-r--r-- | service/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/main.c b/service/src/main.c index e7f3508..19d616c 100644 --- a/service/src/main.c +++ b/service/src/main.c @@ -11,7 +11,7 @@ #include "stlfile.h" #include "util.h" -#define MAXFILESIZE 7000 +#define MAXFILESIZE 50000 struct command { const char *name; |
