-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brig unable to push changes #44
Comments
Hi, I can confirm broken
the run of
A consequent run of Non conflicting changes seems to propagate just fine. |
I am experiencing this with brig version output:
|
I made quite a lot of patches in my clone of brig I wish @sahib would come back to this project, I liked the idea quite a lot and implementation was quite solid. |
Hello @evgmik, thanks for your work. I will look at your commits in the next days and try them out.
I wish that too. 😏 But time constraints - software engineering as a day job doesn't particularly motivate you to also spend your evening in front of a computer. But it's on my new year's resolution list to work a bit more on my FOSS stuff... |
This would be fantastic @sahib! If you are back, I would love to push the project further. Just a note, I did some changes in the Repinner logic. The goal was never to unpin a file which is pinned. I never made it through, but repinner should somehow check the global (across network) pin status, otherwise all replicas might unpin a file and it will be gone everywhere. I was trying to use brig for important files to sync them, but chance of loosing it all was a show stopper. As for IPFS throughput, there is a builtin limit due to protocol which was there in version 0.6 and probably will be there forever. |
Great to hear! Developing
Yes, this was on the roadmap (see last point) already. I would be very glad to see that feature too.
Okay, interesting. I noticed the small download speeds, but that sheds some more light on it. Maybe we should move that conversation to the matrix chat room? Or do you prefer another way of communication? I also looked over the changes you did and they look good so far 👍 - I noted down a few things that could be improved, but those are mostly details. Tomorrow I will merge your changes to my |
I would prefer an email, I am not to fluent with new trends: matrix, discords, etc. I will send you an email to the address which you list at github. If we need a real time communication, I can always learn them, but for now email saves me from one more thing to install. When you do the pull, remember I broke one of the rules of patches for brig: write a test case. I think I did make a couple, but it was a bit beyond my understanding of go. Essentially, I learnt go when I was working on brig. |
I did some benchmarks IPFS 0.7 is still slower than rsync but at now it much closer to saturating my link throughput.
|
Shows that difference exist between the files but not able to push.
It does not show any kind of error after executing the push command but left with no result.
The text was updated successfully, but these errors were encountered: