Skip to content

Commit

Permalink
Add debounceWait to tasks sample
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq committed Aug 14, 2020
1 parent 90bba96 commit 8a33a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist
.vscode
output
tasks.yml
!tasks.yml.sample
2 changes: 2 additions & 0 deletions tasks.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ tasks:

visit:
channelName: "update_vt_visit"
debounceWait: 30000
sql: "SELECT id, title, location FROM images"
vtParams:
- "-zg"
Expand All @@ -10,6 +11,7 @@ tasks:

contribute:
channelName: "update_vt_contribute"
debounceWait: 30000
sql: "SELECT id, location FROM images"
vtParams:
- "-zg"
Expand Down

0 comments on commit 8a33a57

Please sign in to comment.