Skip to content

Commit

Permalink
beta22
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko committed Jan 27, 2024
2 parents 31a6771 + cbaa5aa commit 050d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var defaultConfig = Config{
BackupPath: "",
Address: "127.0.0.1",
ProcessName: "PalServer",
ServerOptions: []string{"-useperfthreads", " -NoAsyncLoadingThread", "-UseMultithreadForDS"},
ServerOptions: []string{"-useperfthreads", "-NoAsyncLoadingThread", "-UseMultithreadForDS"},
CheckInterval: 30, // 30 秒
WebuiPort: "52000", // Webui 端口号
AutolaunchWebui: true,
Expand Down

0 comments on commit 050d359

Please sign in to comment.