You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgit is creating a large history.log file in the same directory as the binary despite passing --no-log / -n. Also, 544KB of data takes 3 minutes to upload. #89
I passed 183 SVG files to upgit (total file size of 544KB), and it took about ~3 minutes for the operation to complete. Here is the history.log file that was created during this process:
Despite this change, the upload process is still incredibly slow. There is no way that transferring 544KB of data to GitHub should take three minutes. That's insane.
Can you please look in to optimizing the upload process? Off the top of my head:
Support parallel uploads
Allow end users to completely disable history.log creation
Double check that your upload routine / function is not being bottle necked by some kind of function call?
I don't know. I really love the idea of upgit but the performance is really a let down.