aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/main.c b/main.c
index a5659a4..d76b225 100644
--- a/main.c
+++ b/main.c
@@ -2090,7 +2090,14 @@ int main(int argc, char *argv[])
{
.length = check_length,
.tmpdir = tmpdir,
- .user = a
+ .user = a,
+ .post =
+ {
+ /* Arbitrary limit. */
+ .max_files = 10000,
+ /* File upload only requires one pair. */
+ .max_pairs = 1
+ }
};
unsigned short outport;