mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
Set min memory to 24mb if blank
This commit is contained in:
parent
da790fbaa6
commit
096fe787b7
2 changed files with 10 additions and 3 deletions
|
@ -310,7 +310,7 @@ func GenerateKeys(outputFile, serverID, theirPublicStr string) {
|
|||
ListenAddr: "0.0.0.0:8001",
|
||||
SocketOrigin: "localhost:8001",
|
||||
BackendURL: "http://localhost:8002/ffz",
|
||||
MinMemoryBytes: 1024 * 1024 * 24,
|
||||
MinMemoryBytes: defaultMinMemory,
|
||||
}
|
||||
|
||||
output.ServerID, err = strconv.Atoi(serverID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue