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

Set a minimum 10 minute polling interval #450

Merged
merged 1 commit into from
Nov 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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