I2PSnark: TorrentName width tuneup.

This commit is contained in:
z3d
2010-11-12 12:58:17 +00:00
parent 7d6e237183
commit 33932eb373
2 changed files with 2 additions and 2 deletions

View File

@ -639,7 +639,7 @@ public class I2PSnarkServlet extends Default {
return rv;
}
private static final int MAX_DISPLAYED_FILENAME_LENGTH = 44;
private static final int MAX_DISPLAYED_FILENAME_LENGTH = 50;
private static final int MAX_DISPLAYED_ERROR_LENGTH = 6;
private void displaySnark(PrintWriter out, Snark snark, String uri, int row, long stats[], boolean showPeers, boolean showDebug) throws IOException {
String filename = snark.torrent;