change cdn
This commit is contained in:
parent
33e8d70e24
commit
53d7181cae
|
@ -41,11 +41,11 @@ func SetFileServerDomainName(fileServerDomainName string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *MediaFiller) GetFileServerDomain() string {
|
func (p *MediaFiller) GetFileServerDomain() string {
|
||||||
return "https://filecdnhw01.tiefen.fun/"
|
//return "https://filecdnhw01.tiefen.fun/"
|
||||||
//if rand.Intn(100) < 80 {
|
//if rand.Intn(100) < 80 {
|
||||||
// return "https://filecdnhw01.tiefen.fun/"
|
// 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