Connection limits?

I wanted to use multiple connections as it’s my understanding that the 100 messages/30 seconds limit is per connection rather than per ip/user, so having multiple connections and cycling through them for each message sent will provide extra safety if the bot was ever mistakenly unmodded and thus the rate limit would become much stricter, or if there’s just a sudden overwhelming burst of activity due to a new sub.

Maybe my bot wont ever hit the point where it needs start opening new connections, but if it does I just wanted to be sure of if there is any maxmimum limit I need to be aware of for connections coming from a single IP? If there’s no limit (within reasons of course) then everything should be fine the way I have it written as is :slight_smile: