Searched refs:MAX_PAC_SIZE (Results 1 – 1 of 1) sorted by relevance
72 private static final long MAX_PAC_SIZE = 20 * 1000 * 1000; field in PacManager224 if (contentLength > MAX_PAC_SIZE) { in get()232 if (bytes.size() > MAX_PAC_SIZE) { in get()