Use consistent git status limit

This commit is contained in:
Ladislau Szomoru
2022-01-10 21:16:13 +01:00
parent 22e45e9f88
commit 942f56efa1
2 changed files with 2 additions and 2 deletions

View File

@@ -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);