mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Reduce the amount of chat backlog we keep.
This commit is contained in:
parent
1919784d08
commit
339d596fd3
@ -15,7 +15,7 @@ import (
|
||||
var _datastore *data.Datastore
|
||||
|
||||
const (
|
||||
maxBacklogHours = 5 // Keep backlog max hours worth of messages
|
||||
maxBacklogHours = 2 // Keep backlog max hours worth of messages
|
||||
maxBacklogNumber = 50 // Return max number of messages in history request
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user