Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 96fd457

Browse files
authored
Merge pull request #253 from braydonf/master
Disable runSpaceCheck for now
2 parents 974a53e + 6715c35 commit 96fd457

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storjshare-daemon",
3-
"version": "4.0.2-beta.1",
3+
"version": "5.0.0",
44
"description": "daemon + process manager for sharing space on the storj network",
55
"main": "index.js",
66
"bin": {
@@ -76,7 +76,7 @@
7676
"pretty-ms": "^2.1.0",
7777
"rc": "^1.1.6",
7878
"readable-stream": "^2.2.2",
79-
"storj-lib": "^7.0.2",
79+
"storj-lib": "^8.0.0",
8080
"strip-json-comments": "^2.0.1",
8181
"tail": "^1.2.1",
8282
"touch": "3.1.0"

script/farmer.js

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ farmer.on('bridgeConnected', (bridge) => {
5656
farmerState.bridges[bridge.extendedKey] = bridge;
5757
config.logger.info('Connected to bridge: %s', bridge.url);
5858
});
59-
farmer.runSpaceCheck(); // Check if we can accept offers
6059
farmer.connectBridges();
6160
farmer.on('bridgesConnecting', function() {
6261
farmerState.bridgesConnectionStatus = 1;

0 commit comments

Comments
 (0)