[Linux-only] basically bloxstap for sober

actual fix

+3 -3
+3 -3
src/plugins/fflags.ts
··· 92 92 DFIntAnimationLodFacsDistanceMax: 0, 93 93 DFIntAnimationLodFacsVisibilityDenominator: 0, 94 94 FIntViewportFrameMaxSize: 0, 95 - FFlagUseUnifiedRenderStepped: false 95 + FFlagUseUnifiedRenderStepped: false, 96 + DFIntMaxFrameBufferSize: 4 96 97 }; 97 98 98 99 for (const [fflag, value] of Object.entries(fflags)) { ··· 114 115 FFlagOptimizeNetwork: true, 115 116 FFlagOptimizeNetworkTransport: true, 116 117 DFIntConnectionMTUSize: 900, 117 - FFlagEnableNewInput: true, 118 - DFIntMaxFrameBufferSize: 4 118 + FFlagEnableNewInput: true 119 119 }; 120 120 121 121 for (const [fflag, value] of Object.entries(fflags)) {