Commit b324ddd791fca351ae01e2076b665d4dadf2b674
Take 100 instead of 2
Anders Rune Jensen committed on 4/21/2017, 6:39:43 AMParent: bad08d439825cc6831392ac92d4764abbefcc4ab
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -200,9 +200,9 @@ | ||
200 | 200 … | return !msg.value || |
201 | 201 … | (msg.value.author in following || |
202 | 202 … | msg.value.content.channel in channelSubscriptions) |
203 | 203 … | }), |
204 | - pull.take(2), | |
204 … | + pull.take(100), | |
205 | 205 … | pull.collect(function (err, logs) { |
206 | 206 … | if (err) return respond(res, 500, err.stack || err) |
207 | 207 … | res.writeHead(200, { |
208 | 208 … | 'Content-Type': ctype("html") |
Built with git-ssb-web