summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/client.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-19 15:05:54 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-19 15:05:54 +0300
commit2727bbca32cad2b0e16e6f58578e4c7e126415fd (patch)
tree381992d1d99654f398df060f1b9226203e6f64ab /obnamlib/fmt_ga/client.py
parent96f3482abb08e67caebacb65a555fbf0e4d9c2ae (diff)
downloadobnam-2727bbca32cad2b0e16e6f58578e4c7e126415fd.tar.gz
Split chunk and DIR object cache sizes
Diffstat (limited to 'obnamlib/fmt_ga/client.py')
-rw-r--r--obnamlib/fmt_ga/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index 2cca15cb..442564a1 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -78,6 +78,7 @@ class GAClient(object):
blob_store = obnamlib.BlobStore()
blob_store.set_bag_store(bag_store)
blob_store.set_max_bag_size(obnamlib.DEFAULT_NODE_SIZE)
+ blob_store.set_max_cache_bytes(obnamlib.DEFAULT_DIR_OBJECT_CACHE_BYTES)
return blob_store
def _save_per_client_data(self):