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:
Xoconoch
2025-08-19 21:17:57 -06:00
parent cd16cbabf3
commit 8b40f5194e
6 changed files with 144 additions and 26 deletions

View File

@@ -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