mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-01 11:09:30 +02:00
Docs in server.yml, schemaVersion table, refactoring
This commit is contained in:
parent
d3ac976d05
commit
9d38aeb863
7 changed files with 74 additions and 37 deletions
server
|
@ -15,9 +15,7 @@ func (s *Server) execManager() {
|
|||
s.pruneTokens()
|
||||
s.pruneAttachments()
|
||||
s.pruneMessages()
|
||||
if s.config.WebPushPublicKey != "" {
|
||||
s.expireOrNotifyOldSubscriptions()
|
||||
}
|
||||
s.pruneOrNotifyWebPushSubscriptions()
|
||||
|
||||
// Message count per topic
|
||||
var messagesCached int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue