mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 03:55:18 -04:00
Don't bother sending a expect 100 continue for heartbeats
This should help with servers that have relatively high latency
This commit is contained in:
parent
fda2e569e4
commit
179c7feccd
@ -85,6 +85,7 @@ namespace MCGalaxy {
|
||||
StartTimeLocal = StartTime.ToLocalTime();
|
||||
shuttingDown = false;
|
||||
Logger.Log(LogType.SystemActivity, "Starting Server");
|
||||
ServicePointManager.Expect100Continue = false;
|
||||
try {
|
||||
if (File.Exists("Restarter.exe"))
|
||||
File.Delete("Restarter.exe");
|
||||
|
Loading…
x
Reference in New Issue
Block a user