Replies: 1 comment 1 reply
-
Hey thanks! nixpkgs repo is a little bit weird because it is also slowing I had set the batch count to 50 and it is fine in most of the large repos I have tested against with. However, in nixpkgs case, I think it is spending most of the time until it accumulates up to 50 revisions. I can experiment with lower the batch sizes but then they have their own set of problems (half filled pages etc). My current priority is to iron out some weird bugs due to introduced concurrency. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The experimental log batching in 0.8.8 works great. It really helps on the nixpkgs repo. The initial loading time after opening
jjui
still takes quite some time, but overall a wonderful feature, and the subsequent loadings are then fast enough to not be all that disrupting one's workflow.Improving the startup time to show only the first like 10 changes might help a lot, too. Just so that we get something we can work on immediately, without unnecessary waiting times.
Beta Was this translation helpful? Give feedback.
All reactions