From 9300ebb015ead64ba366f67d3805a8680b3974cf Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 25 Mar 2022 19:48:37 -0700 Subject: [PATCH] Increase browser push notification TTL --- notifications/browser/browser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/browser/browser.go b/notifications/browser/browser.go index 9baf1a695..2bf4694fb 100644 --- a/notifications/browser/browser.go +++ b/notifications/browser/browser.go @@ -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", })