git ssb

10+

Matt McKegg / patchwork



Commit f5348ec88b9679136249e371a55d68a8098e3979

okay, let's give this a go! Dropping hops down to 2

Matt McKegg committed on 10/18/2017, 2:22:09 PM
Parent: 2b1901f924e308bd0de810bbd4e8d894d91c2160

Files changed

index.jschanged
index.jsView
@@ -107,12 +107,12 @@
107107 function setupContext (appName, opts, cb) {
108108 ssbConfig = require('ssb-config/inject')(appName, extend({
109109 port: 8008,
110110 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+ }
115115 }, opts))
116116
117117 console.log(ssbConfig)
118118

Built with git-ssb-web