Commit f5348ec88b9679136249e371a55d68a8098e3979
okay, let's give this a go! Dropping hops down to 2
Matt McKegg committed on 10/18/2017, 2:22:09 PMParent: 2b1901f924e308bd0de810bbd4e8d894d91c2160
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -107,12 +107,12 @@ | ||
107 | 107 | function setupContext (appName, opts, cb) { |
108 | 108 | ssbConfig = require('ssb-config/inject')(appName, extend({ |
109 | 109 | port: 8008, |
110 | 110 | blobsPort: 7777, |
111 | - // friends: { | |
112 | - // dunbar: 150, | |
113 | - // hops: 2 // down from 3 | |
114 | - // } | |
111 | + friends: { | |
112 | + dunbar: 150, | |
113 | + hops: 2 // down from 3 | |
114 | + } | |
115 | 115 | }, opts)) |
116 | 116 | |
117 | 117 | console.log(ssbConfig) |
118 | 118 |
Built with git-ssb-web