diff --git a/glance_store/driver.py b/glance_store/driver.py index cf98d1ca..ec6165f9 100644 --- a/glance_store/driver.py +++ b/glance_store/driver.py @@ -34,7 +34,7 @@ LOG = logging.getLogger(__name__) class Store(capabilities.StoreCapability): OPTIONS = None - READ_CHUNKSIZE = 16 * units.Mi # 16M + READ_CHUNKSIZE = 4 * units.Mi # 4M WRITE_CHUNKSIZE = READ_CHUNKSIZE def __init__(self, conf):