Skip to content

Commit

Permalink
remote: adjust traverse threshold multiplier (#3705)
Browse files Browse the repository at this point in the history
* Fixes #3704
  • Loading branch information
pmrowla authored Apr 30, 2020
1 parent 18e8f07 commit af12f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/remote/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class BaseRemote(object):
DEFAULT_CACHE_TYPES = ["copy"]
DEFAULT_VERIFY = False
LIST_OBJECT_PAGE_SIZE = 1000
TRAVERSE_WEIGHT_MULTIPLIER = 20
TRAVERSE_WEIGHT_MULTIPLIER = 5
TRAVERSE_PREFIX_LEN = 3
TRAVERSE_THRESHOLD_SIZE = 500000
CAN_TRAVERSE = True
Expand Down

0 comments on commit af12f0d

Please sign in to comment.