Skip to content

Commit 999cf81

Browse files
committed
Update note
1 parent f58d511 commit 999cf81

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
@@ -13,7 +13,7 @@ import { ISignal, Signal } from '@phosphor/signaling';
1313
import { httpGitRequest } from './git';
1414
import { IGitExtension, Git } from './tokens';
1515

16-
// Default refresh interval (in milliseconds) for polling the current Git status:
16+
// Default refresh interval (in milliseconds) for polling the current Git status (NOTE: this value should be the same value as in the plugin settings schema):
1717
const DEFAULT_REFRESH_INTERVAL = 3000; // ms
1818

1919
/** Main extension class */

0 commit comments

Comments
 (0)