summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-02 13:33:14 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-02 13:33:14 +0300
commit568e56d0fb8a418c66bf55e67f104f159043a796 (patch)
tree8e0ca07e526ff1d893747132b54e8de0ee08796f /obnamlib/__init__.py
parent36684cc15a2c6aa9e5d59337023593ba2cc75d47 (diff)
downloadobnam-568e56d0fb8a418c66bf55e67f104f159043a796.tar.gz
Increase update-queue-size default
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 41d7c39a..9aedf0e8 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -44,9 +44,9 @@ class ObnamError(StructuredError):
pass
-DEFAULT_NODE_SIZE = 256 * 1024 # benchmarked on 2011-09-01
-DEFAULT_CHUNK_SIZE = 1024 * 1024 # benchmarked on 2011-09-01
-DEFAULT_UPLOAD_QUEUE_SIZE = 128
+DEFAULT_NODE_SIZE = 256 * 1024 # benchmarked on 2011-09-01
+DEFAULT_CHUNK_SIZE = 1024 * 1024 # benchmarked on 2011-09-01
+DEFAULT_UPLOAD_QUEUE_SIZE = 1024 # benchmarked on 2015-05-02
DEFAULT_LRU_SIZE = 256
DEFAULT_CHUNKIDS_PER_GROUP = 1024
DEFAULT_NAGIOS_WARN_AGE = '27h'