1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-15 00:21:56 +00:00

DEFAULT_SEGMENTS_PER_DIR = 1000

prettier increments for the directory names.
This commit is contained in:
Thomas Waldmann 2017-06-03 21:54:41 +02:00
parent a2d08e3186
commit ffcf6b76b6

View file

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