Searched refs:max_comments_to_fetch_ (Results 1 – 4 of 4) sorted by relevance
96 const int max_comments_to_fetch_ = 20000000; // Arbitrary variable1472 if (buf_str.length() > max_comments_to_fetch_) { in allPacketComments()1474 … .arg(format_size(max_comments_to_fetch_, format_size_unit_bytes|format_size_prefix_si))); in allPacketComments()
96 const int max_comments_to_fetch_ = 20000000; // Arbitrary1472 if (buf_str.length() > max_comments_to_fetch_) {1474 … .arg(format_size(max_comments_to_fetch_, format_size_unit_bytes|format_size_prefix_si)));