Skip to content

Commit 3c8eb53

Browse files
committed
update
1 parent 842675e commit 3c8eb53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

application/library/cloudbackup/file_chan.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ func initFileChan() {
140140
nowFileModifyTs = fileModifyTs
141141
nowFileSize = fileSize
142142
}
143-
_ = startTs
144-
if endTs > 0 && endTs < startTime.Unix()-int64(mf.Config.MinModifyInterval) {
143+
if startTs == 0 && endTs > 0 && endTs < startTime.Unix()-int64(mf.Config.MinModifyInterval) {
145144
continue
146145
}
147146
}

0 commit comments

Comments
 (0)