mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Allow specifying maximum connection counts per user
This commit is contained in:
@@ -224,6 +224,21 @@ return [
|
||||
*/
|
||||
'maximum_connection_length' => 0,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Maximum number of open connections
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| You can limit the amount of connections that one client/user can have
|
||||
| open. A maximum connection count of 0 means that clients can open
|
||||
| as many connections as they want.
|
||||
|
|
||||
| When creating users with the API/admin interface, you can
|
||||
| override this setting per user.
|
||||
|
|
||||
*/
|
||||
'maximum_open_connections_per_user' => 0,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Subdomain
|
||||
|
||||
Reference in New Issue
Block a user