Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #450 from jrbriggs/min-polling-interval
Browse files Browse the repository at this point in the history
Set a minimum 10 minute polling interval
  • Loading branch information
jeschu1 authored Nov 5, 2018
2 parents 69d6030 + e34257a commit 70c5571
Show file tree
Hide file tree
Showing 4 changed files with 1,297 additions and 1,565 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ If you don’t wish to send usage data to Microsoft, add the following entry to
```

## Polling interval
The polling interval for the pull request and build status bar indicators defaults to five minutes. You can change this
value in the Visual Studio Code Settings by adding an entry like the one below. The minimum value is 1.
The polling interval for the pull request and build status bar indicators defaults to ten minutes. You can change this
value in the Visual Studio Code Settings by adding an entry like the one below. The minimum value is 10.
```javascript
"team.pollingInterval": 2
"team.pollingInterval": 12
```

## Logging
Expand Down
Loading

0 comments on commit 70c5571

Please sign in to comment.