This commit is contained in:
邹宗楠
2025-05-16 10:13:18 +08:00
parent 48af077a19
commit 5496c70e3a

View File

@@ -18,7 +18,7 @@ import (
)
const (
RefreshCommentTime = 7 * 24 * time.Hour // 此值必须大于24小时
RefreshCommentTime = 20 * 24 * time.Hour // 此值必须大于24小时
RefreshCommentTimeInterval = 60 * time.Minute
BAD_COMMENTS_MAX_MODIFY_TIME = 24 * 6 // 小时
)