feat: Add real_time_multiplier. This param speeds up the download time by X when real_time_dl is set to True
This commit is contained in:
@@ -25,4 +25,8 @@ qualities = {
|
||||
}
|
||||
}
|
||||
|
||||
# Document the allowed bounds for real-time pacing speed-ups
|
||||
REAL_TIME_MULTIPLIER_MIN = 0
|
||||
REAL_TIME_MULTIPLIER_MAX = 10
|
||||
|
||||
stock_market = None
|
||||
|
||||
Reference in New Issue
Block a user