Add basic file upload retry with a hardcoded limit
This commit is contained in:
@@ -2,6 +2,6 @@ package main
|
||||
|
||||
type ChunkStorage interface {
|
||||
Setup(config Config)
|
||||
Save(filePath string) string
|
||||
Save(filePath string, retryCount int) string
|
||||
GenerateRemotePlaylist(playlist string, variant Variant) string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user