Nicolas Kadis

Results 2 comments of Nicolas Kadis

Can confirm that the error also occurs with `sfdx force:source:tracking:reset` as @nBray-tLP described.

After some fiddling around, I believe we found the issue being caused by [forcedotcom/source-tracking/src/shared/localShadowRepo.ts:62](https://github.com/forcedotcom/source-tracking/blob/a8efa5eaf34022c7ccac51f521895d51ec98e7f5/src/shared/localShadowRepo.ts#L62). ```javascript this.maxFileAdd = this.isWindows ? 8000 : 15000; ``` This is used to form the chunks/batches...