rocksdb-native
Advanced tools
+4
-3
@@ -274,4 +274,2 @@ #include <assert.h> | ||
| if (db->exiting) { | ||
| db->ctx.reset(); | ||
| if (db->closing) { | ||
@@ -283,2 +281,4 @@ req->on_close.reset(); | ||
| } | ||
| db->ctx.reset(); | ||
| } else { | ||
@@ -297,6 +297,7 @@ js_handle_scope_t *scope; | ||
| db->ctx.reset(); | ||
| req->on_close.reset(); | ||
| req->ctx.reset(); | ||
| db->ctx.reset(); | ||
| js_call_function_with_checkpoint(env, cb, ctx); | ||
@@ -303,0 +304,0 @@ |
+1
-1
@@ -12,3 +12,3 @@ cmake_minimum_required(VERSION 4.0) | ||
| fetch_package("github:holepunchto/librocksdb#65ec235") | ||
| fetch_package("github:holepunchto/librocksdb#8adf3cf") | ||
| fetch_package("github:holepunchto/libjstl#098664c") | ||
@@ -15,0 +15,0 @@ |
+1
-5
@@ -31,4 +31,3 @@ const ReadyResource = require('ready-resource') | ||
| maxFileOpeningThreads = 16, | ||
| lock = null, | ||
| preopen = null | ||
| lock = null | ||
| } = opts | ||
@@ -51,3 +50,2 @@ | ||
| this._lock = lock | ||
| this._preopen = preopen | ||
| this._readBatches = [] | ||
@@ -147,4 +145,2 @@ this._writeBatches = [] | ||
| if (this._preopen) await this._preopen | ||
| const req = { resolve: null, reject: null, handle: null } | ||
@@ -151,0 +147,0 @@ |
+1
-1
| { | ||
| "name": "rocksdb-native", | ||
| "version": "3.11.0", | ||
| "version": "3.11.1", | ||
| "description": "librocksdb bindings for JavaScript", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
183007935
01094
-0.27%