@nxtedition/rocksdb 7.1.27 → 7.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/binding.cc
CHANGED
|
@@ -439,8 +439,8 @@ struct BaseIterator : public Closable {
|
|
|
439
439
|
std::unique_ptr<rocksdb::Iterator> iterator_;
|
|
440
440
|
const bool reverse_;
|
|
441
441
|
const int limit_;
|
|
442
|
-
const bool tailing_;
|
|
443
442
|
const bool fillCache_;
|
|
443
|
+
const bool tailing_;
|
|
444
444
|
};
|
|
445
445
|
|
|
446
446
|
struct Iterator final : public BaseIterator {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|