From 2b81e67ce7dbe63eedad447c4ab906a0cf00694f Mon Sep 17 00:00:00 2001 From: Razzeee Date: Mon, 9 Apr 2018 19:05:21 +0200 Subject: [PATCH] Update docs to real defaults --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f01c68b..2310f33 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ STDOUT. Check the README there for more details and usages. * `host` - the host the server runs on (default localhost) * `port` - the port the server runs on (default 7777) * `keyLength` - the length of the keys to user (default 10) -* `maxLength` - maximum length of a paste (default none) +* `maxLength` - maximum length of a paste (default 400000) * `staticMaxAge` - max age for static assets (86400) * `recompressStaticAssets` - whether or not to compile static js assets (true) * `documents` - static documents to serve (ex: http://hastebin.com/about.com)