Skip to content

Commit

Permalink
Merge pull request #82 from webOS-ports/herrie/webOSOSE
Browse files Browse the repository at this point in the history
Change internetConfidence to true
  • Loading branch information
Tofee committed Apr 30, 2019
2 parents 55d3237 + 46794aa commit e9e585b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/javascript/assistants/onenabledassistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var OnEnabled = Class.create(Sync.EnabledAccountCommand, {
explicit: false //should delete this after one time run?
},
requirements: {
internetConfidence: "fair"
internetConfidence: true
},
schedule: {
//start in one minute.
Expand Down
2 changes: 1 addition & 1 deletion service/javascript/assistants/syncassistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ var SyncAssistant = Class.create(Sync.SyncCommand, {
.setPersist(true)
.setReplace(true)
.setPower(true) //prevent narcolepsy
.setRequirements({ internetConfidence: "fair" })
.setRequirements({ internetConfidence: true })
.setTrigger("fired", "palm://com.palm.db/watch", queryParams)
.setCallback("palm://" + this.controller.service.name + "/" + this.controller.config.name,
{ accountId: this.client.clientId });
Expand Down

0 comments on commit e9e585b

Please sign in to comment.