Skip to content

Commit af12f0d

Browse files
authored
remote: adjust traverse threshold multiplier (#3705)
* Fixes #3704
1 parent 18e8f07 commit af12f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/remote/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class BaseRemote(object):
9595
DEFAULT_CACHE_TYPES = ["copy"]
9696
DEFAULT_VERIFY = False
9797
LIST_OBJECT_PAGE_SIZE = 1000
98-
TRAVERSE_WEIGHT_MULTIPLIER = 20
98+
TRAVERSE_WEIGHT_MULTIPLIER = 5
9999
TRAVERSE_PREFIX_LEN = 3
100100
TRAVERSE_THRESHOLD_SIZE = 500000
101101
CAN_TRAVERSE = True

0 commit comments

Comments
 (0)