Brandon Reynolds
Brandon Reynolds
As a workaround, I modified resources/app/packages/server/lib/browsers/chrome.js to exclude my http/2 requests since they use a different port in order to not break the streaming support: args.push('--proxy-bypass-list=;https://localhost:9000');
@lmiller1990 it doesn't work if you use a lot of streaming connections due to the lack of multiplexing with http/1.1. Originally I was able to work around it because our...
I changed my batch size from 100 to 5 and got a lot less exceptions related to database contention and open files. I would be good if this were configurable.
@sestinj I changed getBatchSize() in core/indexing/CodebaseIndexer.ts