This commit is contained in:
lwl0608 2024-09-25 00:45:26 +08:00
parent b555fb50fb
commit 3a982826ed
1 changed files with 1 additions and 1 deletions

View File

@ -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/"