mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
Those numbers are in kilobytes.
This commit is contained in:
parent
096fe787b7
commit
9b0597ca82
4 changed files with 16 additions and 16 deletions
|
@ -307,10 +307,10 @@ func httpError(statusCode int) error {
|
|||
func GenerateKeys(outputFile, serverID, theirPublicStr string) {
|
||||
var err error
|
||||
output := ConfigFile{
|
||||
ListenAddr: "0.0.0.0:8001",
|
||||
SocketOrigin: "localhost:8001",
|
||||
BackendURL: "http://localhost:8002/ffz",
|
||||
MinMemoryBytes: defaultMinMemory,
|
||||
ListenAddr: "0.0.0.0:8001",
|
||||
SocketOrigin: "localhost:8001",
|
||||
BackendURL: "http://localhost:8002/ffz",
|
||||
MinMemoryKBytes: defaultMinMemoryKB,
|
||||
}
|
||||
|
||||
output.ServerID, err = strconv.Atoi(serverID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue