mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
Make default max_message_cache match docs
This commit is contained in:
parent
a6ae66e184
commit
7fe032c785
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ exports.DefaultOptions = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
protocol_version: 6,
|
protocol_version: 6,
|
||||||
max_message_cache: 800,
|
max_message_cache: 200,
|
||||||
rest_ws_bridge_timeout: 5000,
|
rest_ws_bridge_timeout: 5000,
|
||||||
api_request_method: 'sequential',
|
api_request_method: 'sequential',
|
||||||
shard_id: 0,
|
shard_id: 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue