Skip to content

Commit 647ad91

Browse files
committed
Change APNS client host
1 parent 3e598e8 commit 647ad91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apns/apns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func ReCreateAPNS(maxClientCount int) error {
9494
},
9595
Timeout: apns2.HTTPClientTimeout,
9696
},
97-
Host: apns2.HostDevelopment,
97+
Host: apns2.HostProduction,
9898
}
9999
logger.Infof("create apns client: %d", i)
100100
clients <- client

0 commit comments

Comments
 (0)