mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
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:
@@ -49,7 +49,7 @@ END TEMPLATE-->
|
||||
|
||||
### Other
|
||||
|
||||
*None yet*
|
||||
* Disabled `net.mtu_expand` again by default, as it was causing issues.
|
||||
|
||||
### Internal
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user