diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-06-30 11:00:21 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-06-30 11:00:21 +0200 |
| commit | 9c24455a07b6c743239f3301475ad656b702a627 (patch) | |
| tree | dea75223af235c22dcb519ad890406eec406fb50 /service/src | |
| parent | 3fbf5317832f3f78918a2cd76e85b9fa3d1af381 (diff) | |
| download | enowars5-service-stldoctor-9c24455a07b6c743239f3301475ad656b702a627.tar.gz enowars5-service-stldoctor-9c24455a07b6c743239f3301475ad656b702a627.zip | |
add new havoc which uploads stl models with real objects in them for fluff
Diffstat (limited to 'service/src')
| -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; |
