From e2c0c2743ff911c5440107136816e190fc397f9b Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Tue, 27 Oct 2015 22:00:45 +0000 Subject: [PATCH] Fixed client docs --- docs/docs_client.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs_client.rst b/docs/docs_client.rst index 6cd8b43a0..70fb78b72 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -19,8 +19,7 @@ An `Object` containing a configuration for the Client. Currently can only be con .. code-block:: js { - queue : false // whether messages should be sent one after the other or - // just send straight away. + compress : false // whether packets >50kb should be received compressed and later decompressed } token