all chagne hw cdn
This commit is contained in:
parent
4bef50e26a
commit
e1c738aefb
|
@ -41,10 +41,11 @@ func SetFileServerDomainName(fileServerDomainName string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *MediaFiller) GetFileServerDomain() string {
|
func (p *MediaFiller) GetFileServerDomain() string {
|
||||||
if rand.Intn(100) < 80 {
|
return "https://filecdnhw01.tiefen.fun/"
|
||||||
return "https://filecdnhw01.tiefen.fun/"
|
//if rand.Intn(100) < 80 {
|
||||||
}
|
// return "https://filecdnhw01.tiefen.fun/"
|
||||||
return "https://filecdn01.tiefen.fun/"
|
//}
|
||||||
|
//return "https://filecdn01.tiefen.fun/"
|
||||||
|
|
||||||
//return defaultMediaFiller.fileServerDomainName
|
//return defaultMediaFiller.fileServerDomainName
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue