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 #79 from bookchin/master
Browse files Browse the repository at this point in the history
v2.4.4
  • Loading branch information
bookchin authored Feb 27, 2017
2 parents bd4b21b + 176868a commit 077cbc9
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "2.4.3",
"version": "2.4.4",
"description": "daemon + process manager for sharing space on the storj network",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"pretty-ms": "^2.1.0",
"rc": "^1.1.6",
"readable-stream": "^2.2.2",
"storj-lib": "^6.1.5",
"storj-lib": "^6.2.1",
"storj-telemetry-reporter": "^5.0.0",
"strip-json-comments": "^2.0.1",
"tail": "^1.2.1"
Expand Down
3 changes: 2 additions & 1 deletion script/farmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ config.logger = new Logger(config.loggerVerbosity);
config.storageManager = new storj.StorageManager(
new storj.EmbeddedStorageAdapter(config.storagePath),
{
maxCapacity: spaceAllocation
maxCapacity: spaceAllocation,
logger: config.logger
}
);

Expand Down

0 comments on commit 077cbc9

Please sign in to comment.