Connection limit per user.
-
Is it possible to set user limits per user so that user1 can get one connection and user2 can get 2 connections etc?
If not are you planning to add such option?
I know you can set an overall limit on connections. -
@siradams No. It is not possible now and we have no plans to implement such functionality. Technically you can count the number of simultaneous connections on your side and just refuse a new connection if the limit is exceeded.