Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit da2e086

Browse files
dependabot[bot]black-puppydog
authored andcommitted
Bump flumeview-reduce from 1.3.16 to 1.4.0
Bumps [flumeview-reduce](https://github.com/flumedb/flumeview-reduce) from 1.3.16 to 1.4.0. - [Release notes](https://github.com/flumedb/flumeview-reduce/releases) - [Commits](flumedb/flumeview-reduce@v1.3.16...v1.4.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 961091d commit da2e086

File tree

3 files changed

+152
-12
lines changed

3 files changed

+152
-12
lines changed

lib/plugins/contacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exports.init = function (ssb) {
4040
}
4141
}
4242
}
43-
}))
43+
}, null, null, 100 * 1000))
4444

4545
view.get((err, result) => {
4646
if (!err && result) {

package-lock.json

Lines changed: 150 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"fix-path": "^3.0.0",
3232
"flat": "^5.0.0",
3333
"flatpickr": "4.5.2",
34-
"flumeview-reduce": "^1.3.16",
34+
"flumeview-reduce": "^1.4.0",
3535
"hashlru": "^2.3.0",
3636
"hex-rgb": "^4.1.0",
3737
"highlight.js": "^10.4.1",

0 commit comments

Comments
 (0)