Add sync delay, to tune the speed of hits on the Todoist API.

This commit is contained in:
2014-11-15 19:56:37 +00:00
parent f077053bb2
commit 3db98d186f
2 changed files with 7 additions and 1 deletions

View File

@@ -12,5 +12,10 @@
"description": "The Todoist label to use for next actions.",
"value": "next_action",
"required": false
},
"TODOIST_SYNC_DELAY": {
"description": "The number of seconds to wait between syncs.",
"value": "5",
"required": false
}
}