mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 13:24:33 +03:00
8 lines
78 B
Go
8 lines
78 B
Go
|
package inbox
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
const (
|
||
|
maxAgeForEngagement = time.Hour * 36
|
||
|
)
|