소스 검색

DEFAULT_SEGMENTS_PER_DIR = 1000

prettier increments for the directory names.
Thomas Waldmann 8 년 전
부모
커밋
ffcf6b76b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/borg/constants.py

+ 1 - 1
src/borg/constants.py

@@ -31,7 +31,7 @@ DEFAULT_MAX_SEGMENT_SIZE = 500 * 1024 * 1024
 # 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