Skip to content

Commit

Permalink
fix code analytics
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Jan 21, 2025
1 parent 02e216d commit 5797cff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,8 @@ internal class BackgroundJobManagerImpl(
.setInputData(data)
.build()

// Since for each file new FileDownloadWorker going to be scheduled, better to use ExistingWorkPolicy.KEEP policy.
// Since for each file new FileDownloadWorker going to be scheduled,
// better to use ExistingWorkPolicy.KEEP policy.
workManager.enqueueUniqueWork(tag, ExistingWorkPolicy.KEEP, request)
}

Expand Down

0 comments on commit 5797cff

Please sign in to comment.