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 #257 from littleskunk/maxOfferConcurrency
Browse files Browse the repository at this point in the history
remove maxOfferConcurrency
  • Loading branch information
braydonf committed Sep 23, 2017
2 parents 6215dce + f99544a commit 12e0add
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions example/farmer.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"0f02020202",
"0f03020202"
],
// Limits the number of pending OFFER message at one time
"maxOfferConcurrency": 3,
// An array of bridges to connect and accept contracts,
// send exchange reports and discover network seeds.
"bridges":[
Expand Down
1 change: 0 additions & 1 deletion lib/config/farmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const config = require('rc')('storjfarmer', {
'0f02020202',
'0f03020202'
],
maxOfferConcurrency: 3,
seedList: [],
rpcAddress: '127.0.0.1',
rpcPort: 4000,
Expand Down

0 comments on commit 12e0add

Please sign in to comment.