do not retry on region not found

This commit is contained in:
2026-04-14 17:28:57 +08:00
parent c07e5b835e
commit 83279e0253
4 changed files with 20 additions and 6 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
pub mod stream;
pub mod updater;
pub mod http;
pub mod http;
pub mod strings;
+1
View File
@@ -0,0 +1 @@
pub static REGION_NOT_FOUND: &str = "region not found";