1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-05-29 01:45:35 +02:00

Tiny changes

This commit is contained in:
binwiederhier 2023-03-04 09:32:29 -05:00
parent bb7a751e58
commit 6f4b260035
4 changed files with 3 additions and 4 deletions
server

View file

@ -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