add back previous chunk upload selection algo
This commit is contained in:
@@ -12,5 +12,6 @@ type PageChunk interface {
|
||||
ReadDataAt(p []byte, off int64, tsNs int64) (maxStop int64)
|
||||
IsComplete() bool
|
||||
ActivityScore() int64
|
||||
WrittenSize() int64
|
||||
SaveContent(saveFn SaveToStorageFunc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user