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

Commit

Permalink
Merge pull request #253 from braydonf/master
Browse files Browse the repository at this point in the history
Disable runSpaceCheck for now
  • Loading branch information
braydonf authored Sep 20, 2017
2 parents 974a53e + 6715c35 commit 96fd457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storjshare-daemon",
"version": "4.0.2-beta.1",
"version": "5.0.0",
"description": "daemon + process manager for sharing space on the storj network",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"pretty-ms": "^2.1.0",
"rc": "^1.1.6",
"readable-stream": "^2.2.2",
"storj-lib": "^7.0.2",
"storj-lib": "^8.0.0",
"strip-json-comments": "^2.0.1",
"tail": "^1.2.1",
"touch": "3.1.0"
Expand Down
1 change: 0 additions & 1 deletion script/farmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ farmer.on('bridgeConnected', (bridge) => {
farmerState.bridges[bridge.extendedKey] = bridge;
config.logger.info('Connected to bridge: %s', bridge.url);
});
farmer.runSpaceCheck(); // Check if we can accept offers
farmer.connectBridges();
farmer.on('bridgesConnecting', function() {
farmerState.bridgesConnectionStatus = 1;
Expand Down

0 comments on commit 96fd457

Please sign in to comment.