tx cdn
This commit is contained in:
parent
b555fb50fb
commit
3a982826ed
|
@ -49,7 +49,7 @@ func SetFileServerDomainName(fileServerDomainName string) {
|
|||
|
||||
func (p *MediaFiller) GetFileServerDomain() string {
|
||||
//return "https://filecdnhw01.tiefen.fun/"
|
||||
if rand.Intn(100) < 10 {
|
||||
if rand.Intn(100) < 50 {
|
||||
return "https://filecdntx01.tiefen.fun/"
|
||||
}
|
||||
return "https://filecdn01.tiefen.fun/"
|
||||
|
|
Loading…
Reference in New Issue