Searched refs:maxFileSizeMb (Results 1 – 3 of 3) sorted by relevance
173 maxFileSizeMb: number; // Only for mode == 'LONG_TRACE'. property216 maxFileSizeMb: 100,
155 set: (cfg, val) => cfg.maxFileSizeMb = val,156 get: (cfg) => cfg.maxFileSizeMb
64 protoCfg.maxFileSizeBytes = uiCfg.maxFileSizeMb * 1e6;