diff --git a/ServerProject-DONT-IMPORT-INTO-UNITY/Config.cs b/ServerProject-DONT-IMPORT-INTO-UNITY/Config.cs index c49964b..02b85ce 100644 --- a/ServerProject-DONT-IMPORT-INTO-UNITY/Config.cs +++ b/ServerProject-DONT-IMPORT-INTO-UNITY/Config.cs @@ -6,10 +6,10 @@ namespace LightReflectiveMirror { class Config { - public string TransportDLL = "SimpleWebSocketTransportCompiled.dll"; - public string TransportClass = "Mirror.SimpleWeb.SimpleWebTransport"; + public string TransportDLL = "MultiCompiled.dll"; + public string TransportClass = "Mirror.SimpleWebTransport"; public string AuthenticationKey = "Secret Auth Key"; - public int UpdateLoopTime = 50; - public int UpdateHeartbeatInterval = 20; + public int UpdateLoopTime = 10; + public int UpdateHeartbeatInterval = 100; } }