Skip to content

Commit 6aae144

Browse files
author
Vovko
committed
decreased cta freq
1 parent e084abf commit 6aae144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/discord/cta/middleware.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"github.com/guregu/null/v6"
1515
)
1616

17-
var DefaultCooldownDM = time.Hour * 24
18-
var DefaultCooldownServer = time.Hour * 6
17+
var DefaultCooldownDM = time.Hour * 24 * 7
18+
var DefaultCooldownServer = time.Hour * 24 * 3
1919

2020
var followUpResponseDelay = time.Second * 15
2121

0 commit comments

Comments
 (0)