mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 21:08:36 +08:00
Fix typo. ms -> s
This commit is contained in:
@ -82,7 +82,7 @@ func (s *S3Storage) SegmentWritten(localFilePath string) {
|
|||||||
// Warn the user about long-running save operations
|
// Warn the user about long-running save operations
|
||||||
if averagePerformance != 0 {
|
if averagePerformance != 0 {
|
||||||
if averagePerformance > float64(config.Config.GetVideoSegmentSecondsLength())*0.9 {
|
if averagePerformance > float64(config.Config.GetVideoSegmentSecondsLength())*0.9 {
|
||||||
log.Warnln("Possible slow uploads: average upload S3 save duration", averagePerformance, "ms. troubleshoot this issue by visiting https://owncast.online/docs/troubleshooting/")
|
log.Warnln("Possible slow uploads: average upload S3 save duration", averagePerformance, "s. troubleshoot this issue by visiting https://owncast.online/docs/troubleshooting/")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user