mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
Increase browser push notification TTL
This commit is contained in:
parent
7b4110467b
commit
9300ebb015
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue