summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorJonathan Lopez <jonathanglopez@gmail.com>2022-04-05 19:22:53 -0400
committerAsif Saif Uddin <auvipy@gmail.com>2022-04-06 11:06:27 +0600
commit659c99a947af63bf75600d7b7dfd12fa3c09cefb (patch)
treeef3aa046d7c4812b61feac5c1c89d9cb43b73b3c /docs/userguide
parentaab2588c4ab2f8fd67c6d1c6be3243504b028504 (diff)
downloadkombu-659c99a947af63bf75600d7b7dfd12fa3c09cefb.tar.gz
Correct documentation stating kombu uses pickle protocol version 2
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/serialization.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/serialization.rst b/docs/userguide/serialization.rst
index 711bedd9..e9cc94d3 100644
--- a/docs/userguide/serialization.rst
+++ b/docs/userguide/serialization.rst
@@ -67,7 +67,7 @@ Each option has its advantages and disadvantages.
to limit access to the broker so that untrusted
parties do not have the ability to send messages!
- By default Kombu uses pickle protocol 2, but this can be changed
+ By default Kombu uses pickle protocol 4, but this can be changed
using the :envvar:`PICKLE_PROTOCOL` environment variable or by changing
the global :data:`kombu.serialization.pickle_protocol` flag.