Skip to content

Commit

Permalink
Increase time between speedups to 90s.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Apr 5, 2024
1 parent 108a96c commit c496508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atxm/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ExponentialSpeedupStrategy(AsyncTxStrategy):

_MAX_TIP_FACTOR = 3 # max 3x over suggested tip

_MIN_TIME_BETWEEN_SPEEDUPS = 60 # 60s minimum between speedups
_MIN_TIME_BETWEEN_SPEEDUPS = 90 # 90s minimum between speedups

_NAME = "speedup"

Expand Down

0 comments on commit c496508

Please sign in to comment.