WubbaLubbaDubDubDev / notpixel_bot_advanced

notpixel_bot_advanced is a Telegram automation tool designed to help you manage and interact with @notpixel. This bot can create sessions, gather statistics, and automate tasks for your accounts.
Apache License 2.0
9 stars 0 forks source link

Start delay ERROR #4

Closed darkPrince74 closed 2 days ago

darkPrince74 commented 3 days ago

start delay is not working as it should after last update! ex: i have configured [10, 700] It's doing 1520 secs please help Screenshot_20241015-061003 Screenshot_20241015-061154

darkPrince74 commented 2 days ago

It's getting multiplied 😭 Screenshot_20241015-063631~2

WubbaLubbaDubDubDev commented 2 days ago

It seems I changed the logic for the start delay but didn’t explain it properly. Now, the delay is not applied to the first account, while for all subsequent accounts, it is calculated as the delay of the previous account plus a random time within the specified range, for example, in your case, between 10 and 550 seconds. This change was made to reduce the number of simultaneous requests to the server when multiple accounts try to execute many requests at the same time.

WubbaLubbaDubDubDev commented 2 days ago

start delay is not working as it should after last update! ex: i have configured [10, 700] It's doing 1520 secs please help Screenshot_20241015-061003 Screenshot_20241015-061154

I have reverted to the old logic for selecting the delay time. However, the first session will start without any delays, as it is not necessary for that session. All subsequent sessions will launch with a random delay within the specified interval.

I appreciate your feedback and please let me know if any other issues arise!