Will it speed up the betting process of the bot?
For the bot sometimes it runs faster and another sec it stopped betting for a while. Doesn't look like the logging issue with the dicebot.db file.
I have faced one more issue with the bot. I can't leave the bot unseen because after a while it makes a bet twice and then stops betting. I was planning to run the bot on VPS but because of the issue, I can't.
Do we have anything to stop that behaviour or start everything from the beginning without manual intervention?
Only if your script is querying the database.
Usually if it stops for a few seconds at a time, it's a site issue. Lots of sites seem to have issues where either one of your own or everyones bets get delayed by a few seconds. Could be a site update, network issue at the site etc.
If it stops for 30 seconds, the bet likely failed for some reason and the bot is retrying the bet (network issue, invalid bet, site error etc).
Regarding the placing the bet twice and then stopping, FAQ again:
https://bot.seuntjie.com/faqs.aspx#faq28Usually network error, ie the site is taking more than 30 seconds to respond to a bet, when it retries, the site finishes the previous bet and the first bet at the same time and returns both results. The Bot HAS to stop in this case, otherwise it's running 2 loops concurrently and that creates extremely weird betting patterns. There's no way to restart the bot from this without manual intervention because it's such a dangerous and unpredictable situation.