Browse Source

Increase browser push notification TTL

pull/1795/head
Gabe Kangas 4 years ago
parent
commit
9300ebb015
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      notifications/browser/browser.go

2
notifications/browser/browser.go

@ -68,7 +68,7 @@ func (b *Browser) Send( @@ -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",
})

Loading…
Cancel
Save