Searched refs:debugLogStringLimit (Results 1 – 2 of 2) sorted by relevance
32 const debugLogStringLimit = debugLogBytes / 8 const314 if len(b) > debugLogStringLimit {315 b = b[:debugLogStringLimit]
13 const DebugLogStringLimit = debugLogStringLimit