@sentio/runtime 2.57.10-rc.3 → 2.57.10-rc.4
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.
@@ -80152,11 +80152,8 @@ var ProcessorServiceImpl = class {
|
|
80152
80152
|
process_binding_error.add(1);
|
80153
80153
|
}).finally(() => {
|
80154
80154
|
const cost = Date.now() - start;
|
80155
|
-
console.debug("processBinding", request.processId, " took", cost, "ms");
|
80156
80155
|
process_binding_time.add(cost);
|
80157
80156
|
contexts.delete(request.processId);
|
80158
|
-
console.debug("db stats", JSON.stringify(dbMetrics.stats()));
|
80159
|
-
console.debug("provider stats", JSON.stringify(providerMetrics.stats()));
|
80160
80157
|
});
|
80161
80158
|
}
|
80162
80159
|
if (request.dbResult) {
|
@@ -80365,4 +80362,4 @@ long/index.js:
|
|
80365
80362
|
@noble/curves/esm/secp256k1.js:
|
80366
80363
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
80367
80364
|
*/
|
80368
|
-
//# sourceMappingURL=chunk-
|
80365
|
+
//# sourceMappingURL=chunk-3P7ZNKVN.js.map
|