mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-07 15:48:49 +00:00
Setting up not to automatically update the GEO file on first run
https://github.com/2dust/v2rayN/issues/5704
This commit is contained in:
parent
4813610492
commit
36d15852aa
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
|
||||
public bool ignoreGeoUpdateCore { get; set; } = true;
|
||||
|
||||
public int autoUpdateInterval { get; set; } = 10;
|
||||
public int autoUpdateInterval { get; set; }
|
||||
|
||||
public bool checkPreReleaseUpdate { get; set; } = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue