Add comment about compression ordering

This commit is contained in:
Tyler Hobbs
2014-05-07 15:30:25 -05:00
parent 6b660d7f9a
commit 2e693023bd

View File

@@ -36,6 +36,9 @@ from cassandra.util import OrderedDict
log = logging.getLogger(__name__)
# We use an ordered dictionary and specifically add lz4 before
# snappy so that lz4 will be preferred. Changing the order of this
# will change the compression preferences for the driver.
locally_supported_compressions = OrderedDict()
try: