all chagne hw cdn

This commit is contained in:
lwl0608 2024-05-10 14:33:13 +08:00
parent 4bef50e26a
commit e1c738aefb
1 changed files with 5 additions and 4 deletions

View File

@ -41,10 +41,11 @@ func SetFileServerDomainName(fileServerDomainName string) {
}
func (p *MediaFiller) GetFileServerDomain() string {
if rand.Intn(100) < 80 {
return "https://filecdnhw01.tiefen.fun/"
}
return "https://filecdn01.tiefen.fun/"
return "https://filecdnhw01.tiefen.fun/"
//if rand.Intn(100) < 80 {
// return "https://filecdnhw01.tiefen.fun/"
//}
//return "https://filecdn01.tiefen.fun/"
//return defaultMediaFiller.fileServerDomainName
}