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

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

Completed in 1086 milliseconds