Skip to content

Commit

Permalink
reduced volume size to 25MB
Browse files Browse the repository at this point in the history
  • Loading branch information
lirazsiri committed Aug 10, 2012
1 parent c848dbe commit 7a53d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Expand Up @@ -144,7 +144,7 @@ def __init__(self, path=None):

self.checkpoint_restore = True

self.volsize = 50
self.volsize = 25
self.s3_parallel_uploads = 1
self.full_backup = "1M"
self.restore_cache_size = "50%"
Expand Down
2 changes: 1 addition & 1 deletion contrib/example-conf
Expand Up @@ -4,7 +4,7 @@

# volsize: size of backup volumes in MBs

volsize 50
volsize 25

# s3-parallel-uploads: Amazon S3 supports multipart uploads. This
# allows different chunks of a volume to be uploaded in parallel
Expand Down

0 comments on commit 7a53d70

Please sign in to comment.