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

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
aleitner committed Jun 19, 2017
2 parents 5ce03c2 + faa322c commit 1da8b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions script/farmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ let farmerState = {

config.keyPair = new storj.KeyPair(config.networkPrivateKey);
config.logger = new Logger(config.loggerVerbosity);
config.maxShardSize = config.maxShardSize ? bytes.parse(config.maxShardSize) : null;
config.storageManager = new storj.StorageManager(
new storj.EmbeddedStorageAdapter(config.storagePath),
{
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ confinement: strict
apps:
storjshare:
command: storjshare
plugs: [network, network-bind]
plugs: [network, network-bind, home]

parts:
storjshare-daemon:
Expand Down

0 comments on commit 1da8b57

Please sign in to comment.