summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-17 15:29:08 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-17 15:29:08 +0300
commit8f7279ae965fd4d5551da810a3634ed6f9067dc3 (patch)
treeca96544b9b8386561519c26510906fc54efafcc8
parent563834387512f08031f316f6ceae0b9ed687a5f8 (diff)
downloadobnam-8f7279ae965fd4d5551da810a3634ed6f9067dc3.tar.gz
Pack more DIR objects in a bag
-rw-r--r--obnamlib/fmt_ga/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index facca578..0cee004f 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -77,7 +77,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)
return blob_store
def _save_per_client_data(self):