Searched refs:maxFileSizeMb (Results 1 – 3 of 3) sorted by relevance
395 maxFileSizeMb: number; // Only for mode == 'LONG_TRACE'. property459 maxFileSizeMb: 100,
176 set: (cfg, val) => cfg.maxFileSizeMb = val,177 get: (cfg) => cfg.maxFileSizeMb
103 protoCfg.maxFileSizeBytes = uiCfg.maxFileSizeMb * 1e6;