hw to 80
This commit is contained in:
parent
edc907aadb
commit
a09f537ec1
|
@ -41,7 +41,7 @@ func SetFileServerDomainName(fileServerDomainName string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *MediaFiller) GetFileServerDomain() string {
|
func (p *MediaFiller) GetFileServerDomain() string {
|
||||||
if rand.Intn(100) < 30 {
|
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/"
|
||||||
|
|
Loading…
Reference in New Issue