fix cdn
This commit is contained in:
parent
b49ed96c2a
commit
f781786e13
|
@ -43,7 +43,7 @@ func SetFileServerDomainName(fileServerDomainName string) {
|
||||||
func (p *MediaFiller) GetFileServerDomain() string {
|
func (p *MediaFiller) GetFileServerDomain() string {
|
||||||
// cdn测试
|
// cdn测试
|
||||||
//if rand.Intn(100) < 20 {
|
//if rand.Intn(100) < 20 {
|
||||||
return "https://filecdn01.tiefen.fun/"
|
//return "https://filecdn01.tiefen.fun/"
|
||||||
//}
|
//}
|
||||||
return defaultMediaFiller.fileServerDomainName
|
return defaultMediaFiller.fileServerDomainName
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue