Increase browser push notification TTL

This commit is contained in:
Gabe Kangas 2022-03-25 19:48:37 -07:00
parent 7b4110467b
commit 9300ebb015
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -68,7 +68,7 @@ func (b *Browser) Send(
VAPIDPublicKey: b.publicKey,
VAPIDPrivateKey: b.privateKey,
Topic: "owncast-go-live",
TTL: 10,
TTL: 120,
// Not really the subscriber, but a contact point for the sender.
Subscriber: "owncast@owncast.online",
})