Add subscription_topic table, change updated_at type to INT, split expire function
This commit is contained in:
@@ -15,7 +15,7 @@ func (s *Server) execManager() {
|
||||
s.pruneTokens()
|
||||
s.pruneAttachments()
|
||||
s.pruneMessages()
|
||||
s.pruneOrNotifyWebPushSubscriptions()
|
||||
s.pruneAndNotifyWebPushSubscriptions()
|
||||
|
||||
// Message count per topic
|
||||
var messagesCached int
|
||||
|
||||
Reference in New Issue
Block a user