mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-29 01:45:35 +02:00
Tiny changes
This commit is contained in:
parent
bb7a751e58
commit
6f4b260035
4 changed files with 3 additions and 4 deletions
server
|
@ -10,7 +10,6 @@ import (
|
|||
|
||||
const (
|
||||
// topicExpungeAfter defines how long a topic is active before it is removed from memory.
|
||||
//
|
||||
// This must be larger than matrixRejectPushKeyForUnifiedPushTopicWithoutRateVisitorAfter to give
|
||||
// time for more requests to come in, so that we can send a {"rejected":["<pushkey>"]} response back.
|
||||
topicExpungeAfter = 16 * time.Hour
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue