Skip to content

Commit

Permalink
Revert change retry times
Browse files Browse the repository at this point in the history
  • Loading branch information
xb2016 committed Apr 7, 2024
1 parent a702a43 commit e844908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/hippo/ehviewer/spider/SpiderQueen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ class SpiderQueen private constructor(val galleryInfo: GalleryInfo) : CoroutineS
}
checkNotNull(targetImageUrl)

repeat(2) { times ->
repeat(3) { times ->
runCatching {
Log.d(WORKER_DEBUG_TAG, "Start download image $index attempt #$times")
val success = withTimeout(downloadTimeout) {
Expand Down

0 comments on commit e844908

Please sign in to comment.