Skip to content

Commit

Permalink
Adding an example showing how to change the poll interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein committed Feb 4, 2015
1 parent fa474f3 commit d0569aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"SomeGitRepo" : {
"url" : "https://www.github.com/YourOrganization/RepoOne.git"
},
"AnotherGitRepo" : {
"url" : "https://www.github.com/YourOrganization/RepoOne.git",
"ms-between-poll": "10000"
},

"SomeMercurialRepo" : {
"url" : "https://www.example.com/foo/hg",
"vcs" : "hg"
Expand Down

0 comments on commit d0569aa

Please sign in to comment.