We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963255a commit de77223Copy full SHA for de77223
1 file changed
bot/helper/mirror_leech_utils/rclone_utils/transfer.py
@@ -79,7 +79,7 @@ async def _progress(self):
79
self._speed,
80
self._eta,
81
) = data[0]
82
- await sleep(0.5)
+ await sleep(0.05)
83
84
def _switch_service_account(self):
85
if self._sa_index == self._sa_number - 1:
0 commit comments