Disable MTU Expansion again

Reports of problems, double checked with Grafana. Great.

I am going to do manual test runs of this system against Miros again if I end up looking to improve the situation.
This commit is contained in:
Pieter-Jan Briers
2024-03-26 02:49:47 +01:00
parent 0bf99e173c
commit 00c58c76a8
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ END TEMPLATE-->
### Other
*None yet*
* Disabled `net.mtu_expand` again by default, as it was causing issues.
### Internal

View File

@@ -88,7 +88,7 @@ namespace Robust.Shared
/// <seealso cref="NetMtuExpandFrequency"/>
/// <seealso cref="NetMtuExpandFailAttempts"/>
public static readonly CVarDef<bool> NetMtuExpand =
CVarDef.Create("net.mtu_expand", true, CVar.ARCHIVE);
CVarDef.Create("net.mtu_expand", false, CVar.ARCHIVE);
/// <summary>
/// Interval between MTU expansion attempts, in seconds.