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

improve default config description #251

Merged
merged 1 commit into from
Sep 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/farmer.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
// Limits the number of pending OFFER message at one time
"maxOfferConcurrency": 3,
// If the seedList is empty, use this bridge to discover seeds
// Following a transfer, also send an exchange report to this bridge
// An array of bridges to connect and accept contracts,
// send exchange reports and discover network seeds.
"bridges":[
{
"url": "https://api.storj.io",
Expand Down