When using neo4j python integration after requesting a lot of connections (16,000 or so in half a minute)
the noe4j server just refuses to accept anymore connections, is there a way to bypass this feature?
Another possible solution i thought about was to sleep out the timer every time an exception is thrown, how much should the process sleep for if there is no way to bypass the feature?