diff --git a/library/mediafiller/mediafiller.go b/library/mediafiller/mediafiller.go index 57ccf07d..d1035266 100644 --- a/library/mediafiller/mediafiller.go +++ b/library/mediafiller/mediafiller.go @@ -41,10 +41,11 @@ func SetFileServerDomainName(fileServerDomainName string) { } func (p *MediaFiller) GetFileServerDomain() string { - if rand.Intn(100) < 80 { - return "https://filecdnhw01.tiefen.fun/" - } - return "https://filecdn01.tiefen.fun/" + return "https://filecdnhw01.tiefen.fun/" + //if rand.Intn(100) < 80 { + // return "https://filecdnhw01.tiefen.fun/" + //} + //return "https://filecdn01.tiefen.fun/" //return defaultMediaFiller.fileServerDomainName }