diff --git a/swift/common/db.py b/swift/common/db.py index 9e654e5058..c6523817c5 100644 --- a/swift/common/db.py +++ b/swift/common/db.py @@ -35,7 +35,7 @@ from swift.common.exceptions import LockTimeout #: Whether calls will be made to preallocate disk space for database files. -DB_PREALLOCATION = True +DB_PREALLOCATION = False #: Timeout for trying to connect to a DB BROKER_TIMEOUT = 25 #: Pickle protocol to use