mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Use consistent git status limit
This commit is contained in:
@@ -1842,7 +1842,7 @@ export class Repository {
|
||||
c({ status: parser.status, didHitLimit: false });
|
||||
};
|
||||
|
||||
const limit = opts?.limit ?? 5000;
|
||||
const limit = opts?.limit ?? 10000;
|
||||
const onStdoutData = (raw: string) => {
|
||||
parser.update(raw);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user