sockscape/resources/server/config.ini

43 lines
790 B
INI
Raw Permalink Normal View History

2018-11-13 22:24:42 +00:00
[General]
Run Master = true
Master Host = localhost
2018-11-20 22:29:38 +00:00
Master Port = 8008
2018-11-13 22:24:42 +00:00
2018-11-29 23:07:15 +00:00
[Pool Defaults]
2018-11-13 22:24:42 +00:00
; amount of threads to start with (never close)
Initial Count = 3
; starting limit of clients per thread
Initial Size = 3
; amount the limit scales when threshold is passed
Size Growth = 1
; any values below marked -1 indicates no limit
; max amount of clients in scaled thread
Max Size = -1
; maximum number of threads
Max Count = -1
; maximum number of connections in the pool
Max Total = -1
; excess deviance from threshold necessary to rebalance
Tolerance = -1
[Master to Client]
2018-11-20 22:29:38 +00:00
Port = 5050
2018-11-13 22:24:42 +00:00
[Master to Slave]
2018-11-20 22:29:38 +00:00
Port = 8008
2018-11-13 22:24:42 +00:00
[Slave]
2018-11-20 22:29:38 +00:00
Port = 9000
2018-11-13 22:24:42 +00:00
Name = Test Server 1
2018-11-29 23:07:15 +00:00
Max Users = 100
2018-11-13 22:24:42 +00:00
[Slave]
2018-11-20 22:29:38 +00:00
Port = 9001
2018-11-13 22:24:42 +00:00
Name = Test Server 2
2018-11-29 23:07:15 +00:00
Max Users = 100
2018-11-13 22:24:42 +00:00
[Slave]
2018-11-20 22:29:38 +00:00
Port = 9002
2018-11-29 23:07:15 +00:00
Name = Test Server 3
Max Users = 100