updated config comments

This commit is contained in:
Robinson 2023-12-12 13:24:01 +01:00
parent 331f921df0
commit 98d8321902
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class ServerConfiguration : dorkbox.network.Configuration() {
} }
/** /**
* The maximum number of client connection allowed per IP address. IPC is unlimited * The maximum number of client connection allowed per IP address, Default is unlimited and IPC is always unlimited
*/ */
var maxConnectionsPerIpAddress = 0 var maxConnectionsPerIpAddress = 0
set(value) { set(value) {