Skip to content

Commit

Permalink
Set timeout to clear idle B data to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk-dev committed Oct 23, 2023
1 parent 143b72b commit 84bec1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/starter/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var (
// The interval at which to clean up cached max float values for PM senders and balances per stream
cleanupInterval = 10 * time.Minute
// The time to live for cached max float values for PM senders (else they will be cleaned up) in seconds
smTTL = 604800 // 1 week
smTTL = 86400 // 1 day
)

const RTMPPort = "1935"
Expand Down

0 comments on commit 84bec1f

Please sign in to comment.