Skip to content

Commit 23f4703

Browse files
util/conf/GeneralPreferences: Making numberOfShownPoints smaller.
1 parent d8580c0 commit 23f4703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/pt/lsts/neptus/util/conf/GeneralPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public class GeneralPreferences implements PropertiesProvider {
172172

173173

174174
@NeptusProperty(name = "Number Of Shown Trails Points", category = "Map", userLevel = LEVEL.REGULAR)
175-
public static int numberOfShownPoints = 500;
175+
public static int numberOfShownPoints = 400;
176176

177177
// -------------------------------------------------------------------------
178178

0 commit comments

Comments
 (0)