Skip to content

Commit

Permalink
#1149 | Add some essential info regarding defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Oct 26, 2023
1 parent e0475f6 commit 2d04d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/openchs-android/src/AvniBackgroundJob.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export const ScheduleSyncJob = function () {

const Schedule = ({
jobKey,
timeout = 2000,
period,
timeout = 10, //maximum value is 10 minutes
period = 15, //minimum value is 15 minutes
notificationText = "Running in background...",
notificationTitle = "Background job",
job
Expand Down

0 comments on commit 2d04d0b

Please sign in to comment.