Skip to content

Commit

Permalink
Merge pull request #7591 from drew2a/fix/7589
Browse files Browse the repository at this point in the history
Increase the default value of the `take_step_interval_in_sec`
  • Loading branch information
drew2a committed Sep 5, 2023
2 parents e1c5e5a + 8ceb341 commit 34a34e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/core/components/ipv8/discovery_booster.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DiscoveryBooster:

# fmt: off

def __init__(self, timeout_in_sec: float = 120.0, take_step_interval_in_sec: float = 0.5,
def __init__(self, timeout_in_sec: float = 120.0, take_step_interval_in_sec: float = 1.1,
walker: DiscoveryStrategy = None):
"""
Expand Down

0 comments on commit 34a34e9

Please sign in to comment.