mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 18:06:55 +00:00
Refuse connections if not enough RAM
This commit is contained in:
parent
0c1d6ed725
commit
da790fbaa6
4 changed files with 40 additions and 3 deletions
|
@ -20,6 +20,9 @@ type ConfigFile struct {
|
|||
// URL to the backend server
|
||||
BackendURL string
|
||||
|
||||
// Minimum memory to accept a new connection
|
||||
MinMemoryBytes uint64
|
||||
|
||||
// SSL/TLS
|
||||
UseSSL bool
|
||||
SSLCertificateFile string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue