From 36d15852aa4a819c231fdfd956d8e04c5fe2f77c Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:04:37 +0800 Subject: [PATCH] Setting up not to automatically update the GEO file on first run https://github.com/2dust/v2rayN/issues/5704 --- v2rayN/ServiceLib/Models/ConfigItems.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Models/ConfigItems.cs b/v2rayN/ServiceLib/Models/ConfigItems.cs index d29d6c35a5..589cc628f5 100644 --- a/v2rayN/ServiceLib/Models/ConfigItems.cs +++ b/v2rayN/ServiceLib/Models/ConfigItems.cs @@ -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;