Skip to content

Commit 36d1585

Browse files
committed
Setting up not to automatically update the GEO file on first run
#5704
1 parent 4813610 commit 36d1585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2rayN/ServiceLib/Models/ConfigItems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class GUIItem
9494

9595
public bool ignoreGeoUpdateCore { get; set; } = true;
9696

97-
public int autoUpdateInterval { get; set; } = 10;
97+
public int autoUpdateInterval { get; set; }
9898

9999
public bool checkPreReleaseUpdate { get; set; } = false;
100100

0 commit comments

Comments
 (0)