NSClient MAX_LOG_LINES = 30
This commit is contained in:
parent
dbbd378671
commit
3b47d9c29f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class Constants {
|
|||
public static final double MAX_TT_MMOL = 10d;
|
||||
|
||||
//NSClientInternal
|
||||
public static final int MAX_LOG_LINES = 100;
|
||||
public static final int MAX_LOG_LINES = 30;
|
||||
|
||||
//Screen: Threshold for width/height to go into small width/height layout
|
||||
public static final int SMALL_WIDTH = 320;
|
||||
|
|
Loading…
Reference in a new issue