mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -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();
|
StartTimeLocal = StartTime.ToLocalTime();
|
||||||
shuttingDown = false;
|
shuttingDown = false;
|
||||||
Logger.Log(LogType.SystemActivity, "Starting Server");
|
Logger.Log(LogType.SystemActivity, "Starting Server");
|
||||||
|
ServicePointManager.Expect100Continue = false;
|
||||||
try {
|
try {
|
||||||
if (File.Exists("Restarter.exe"))
|
if (File.Exists("Restarter.exe"))
|
||||||
File.Delete("Restarter.exe");
|
File.Delete("Restarter.exe");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user