-
Notifications
You must be signed in to change notification settings - Fork 89
dont trigger noSpaceLeft on huge shards #753
Conversation
- Closes Farmer permanent switch to noSpaceLeft #752
So without this, I do not think We are running the |
Can you link that interval? I haven't seen something like that. The connectBridges is called only once on startup as far as I know. |
How about this: https://github.com/Storj/core/blob/9691c6a17991a0487e1069a1000db5035b1c57ba/lib/network/farmer.js#L284-L286 As far as I can see the farmer is already connected with the bridge and will skip every additional call? |
Ah yeah, that could be it. |
The check for differences in contact data is after that check in |
I probably neglected to write an integration test for all those methods being used together, and hence the oversight. |
Okay, merging this and we can fix updating spaceAvailable in a new PR, and then we can make a release |
Actually, @littleskunk the connected flag gets set to false when |
We may just need to fix |
Continuing on this with a new PR #755 |