Random Project

connect_limit issue

There is an issue with the connections test, as the DBMS connect_limit refers to the user threads, not the total threads, so it always gives a critical alert. Amending the code to divide do user_thread / connect_limit solves this.