Skip to content

Commit 3bafe21

Browse files
committed
Reduce auto-refresh interval
1 parent a78cac8 commit 3bafe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { IGitExtension, Git } from './tokens';
1111
/**
1212
* The default duration of the auto-refresh in ms
1313
*/
14-
const DEFAULT_REFRESH_INTERVAL = 10000;
14+
const DEFAULT_REFRESH_INTERVAL = 2000;
1515

1616
/** Main extension class */
1717
export class GitExtension implements IGitExtension, IDisposable {

0 commit comments

Comments
 (0)