Increase replay compressed size (#4925)

They tend to get cut off (or well did on wizden before pjb changed it to this exact value bigger along with another patch). Before you got around 2ish hours in a replay before it stopped. I doupt most servers will reach 6ish hours before this takes effect. But those servers can increase this value of needed.
This commit is contained in:
Vasilis
2024-03-08 12:24:41 +01:00
committed by GitHub
parent 2b54aa8984
commit 5686950421

View File

@@ -1498,7 +1498,7 @@ namespace Robust.Shared
/// Maximum compressed size of a replay recording (in kilobytes) before recording automatically stops.
/// </summary>
public static readonly CVarDef<long> ReplayMaxCompressedSize = CVarDef.Create("replay.max_compressed_size",
1024L * 256, CVar.ARCHIVE);
1024L * 512, CVar.ARCHIVE);
/// <summary>
/// Maximum uncompressed size of a replay recording (in kilobytes) before recording automatically stops.