Skip to content

Commit 0f46364

Browse files
tmdoitdceejay
authored andcommitted
Update level package in package.json (#588)
Update from 4.0.0 to 6.0.0 version. It fixes NR restarts (NR 502 errors) when trying to read from leveldb store after some time from writing.
1 parent 97a1352 commit 0f46364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/leveldb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version" : "0.1.0",
44
"description" : "A Node-RED node to read and write to a LevelDB database",
55
"dependencies" : {
6-
"level" : "^4.0.0"
6+
"level" : "^6.0.0"
77
},
88
"repository" : {
99
"type":"git",

0 commit comments

Comments
 (0)