From f755b675d06c8c9eaf7424084a4f4407d8691351 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 28 Nov 2011 13:17:13 -0500 Subject: [PATCH] Bump key length to 10 --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index e3c8d61..8458d42 100644 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ "host": "localhost", "port": 7777, - "keyLength": 6, + "keyLength": 10, "maxLength": 400000,