Searched defs:MAX_MESSAGE_LENGTH (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java129 private static final int MAX_MESSAGE_LENGTH = 32672; field in class:JDBCHistoryCache
831 if (msg.length() > MAX_MESSAGE_LENGTH) {
832 msg = truncate(msg, MAX_MESSAGE_LENGTH);

Completed in 9 milliseconds