Gabe Kangas b80ccc4966
WIP
2024-03-25 09:04:05 -07:00

8 lines
78 B
Go

package inbox
import "time"
const (
maxAgeForEngagement = time.Hour * 36
)