Skip to content

Commit

Permalink
feat: (Only Android) add flex interval
Browse files Browse the repository at this point in the history
  • Loading branch information
renan.mirand committed Feb 16, 2024
1 parent 86a9288 commit a7a5aea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ object WM {
BackgroundWorker::class.java,
frequencyInSeconds,
TimeUnit.SECONDS,
300,
TimeUnit.SECONDS
15,
TimeUnit.MINUTES
)
.setInputData(buildTaskInputData(dartTask, isInDebugMode, payload))
.setInitialDelay(initialDelaySeconds, TimeUnit.SECONDS)
Expand Down

0 comments on commit a7a5aea

Please sign in to comment.