From b6404933001207dcd03b59f185cce0221b071147 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 31 Jul 2021 20:35:16 -0400 Subject: Add enable_debug_events parameter to enable expensive debug events This should allow less dispatching during heavy gateway event streams. --- docs/api.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 77be49ca..c8a09d88 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -318,6 +318,8 @@ to handle it, which defaults to print a traceback and ignoring the exception. This is only really useful for grabbing the WebSocket stream and debugging purposes. + This requires setting the ``enable_debug_events`` setting in the :class:`Client`. + .. note:: This is only for the messages received from the client @@ -337,6 +339,8 @@ to handle it, which defaults to print a traceback and ignoring the exception. This is only really useful for grabbing the WebSocket stream and debugging purposes. + This requires setting the ``enable_debug_events`` setting in the :class:`Client`. + .. note:: This is only for the messages sent from the client -- cgit v1.2.3