From 3eeff7c0fc79fab594e3bbb04be74d397c920253 Mon Sep 17 00:00:00 2001 From: Samuel Merritt Date: Tue, 8 Mar 2016 15:23:40 -0800 Subject: [PATCH] Fix misleading comment Change-Id: I2e0e671a08fb855bf53c57987c08a7eefca7078a --- swift/common/db.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swift/common/db.py b/swift/common/db.py index cead803375..1ae1696440 100644 --- a/swift/common/db.py +++ b/swift/common/db.py @@ -45,7 +45,8 @@ DB_PREALLOCATION = False BROKER_TIMEOUT = 25 #: Pickle protocol to use PICKLE_PROTOCOL = 2 -#: Max number of pending entries +#: Max size of .pending file in bytes. When this is exceeded, the pending +# records will be merged. PENDING_CAP = 131072