1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Enhancements for the enhanced debugger

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3411 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Alex Wenckus 2006-02-08 20:54:36 +00:00 committed by alex
parent 892512c596
commit 9acdd912d9
2 changed files with 62 additions and 38 deletions

View file

@ -54,12 +54,11 @@ public class EnhancedDebuggerWindow {
public static boolean PERSISTED_DEBUGGER = false;
/**
* Keeps the max number of rows to keep in the tables. A value less than 0 means that packets
* will never be removed. Since debuggers are meant to be used by developers the default is
* to keep all the information. However, if you are planning to use this debugger in a
* will never be removed. If you are planning to use this debugger in a
* production environment then you should set a lower value (e.g. 50) to prevent the debugger
* from consuming all the JVM memory.
*/
public static int MAX_TABLE_ROWS = -1;
public static int MAX_TABLE_ROWS = 150;
{
URL url;