Skip to content

Commit

Permalink
Setting up not to automatically update the GEO file on first run
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Sep 23, 2024
1 parent 4813610 commit 36d1585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2rayN/ServiceLib/Models/ConfigItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class GUIItem

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

public int autoUpdateInterval { get; set; } = 10;
public int autoUpdateInterval { get; set; }

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

Expand Down

0 comments on commit 36d1585

Please sign in to comment.