From 7fe032c78535fb7573191c1fed78d8e9d55f9126 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Thu, 8 Sep 2016 03:01:49 -0400 Subject: [PATCH] Make default max_message_cache match docs --- src/util/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index a16025b54..911f8bad0 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -38,7 +38,7 @@ exports.DefaultOptions = { }, }, protocol_version: 6, - max_message_cache: 800, + max_message_cache: 200, rest_ws_bridge_timeout: 5000, api_request_method: 'sequential', shard_id: 0,