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

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

Completed in 10 milliseconds