1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-21 21:57:36 +00:00

Merge pull request #2596 from ThomasWaldmann/segs-per-dir

DEFAULT_SEGMENTS_PER_DIR = 1000
This commit is contained in:
TW 2017-06-03 22:04:46 +02:00 committed by GitHub
commit 6119a04122

View file

@ -31,7 +31,7 @@
# the header, and the total size was set to 20 MiB).
MAX_DATA_SIZE = 20971479
DEFAULT_SEGMENTS_PER_DIR = 2000
DEFAULT_SEGMENTS_PER_DIR = 1000
CHUNK_MIN_EXP = 19 # 2**19 == 512kiB
CHUNK_MAX_EXP = 23 # 2**23 == 8MiB