Shift default prewarm cities from US to Asia and Europe

This commit is contained in:
2569718930@qq.com
2026-04-10 11:22:11 +08:00
parent 15022c77c0
commit 373e7cfec6
4 changed files with 20 additions and 5 deletions
+5 -2
View File
@@ -25,10 +25,13 @@ DEFAULT_CITIES = [
"chongqing",
"hong kong",
"taipei",
"singapore",
"tokyo",
"seoul",
"busan",
"london",
"paris",
"new york",
"los angeles",
"madrid",
]
_RUNTIME_LOCK = threading.Lock()