akeyless-client-commons 1.1.104 → 1.1.105
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/dist/hooks/index.js +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/package.json +1 -1
package/dist/hooks/index.js
CHANGED
|
@@ -1545,7 +1545,7 @@ var getDocVersionKey = function(doc2) {
|
|
|
1545
1545
|
var wrapDocumentConfigsWithWorker = function(cfgs, runProcessor, options) {
|
|
1546
1546
|
var _options_eventTtlMs;
|
|
1547
1547
|
var docOptions = _object_spread_props(_object_spread({}, options), {
|
|
1548
|
-
eventTtlMs: (_options_eventTtlMs = options === null || options === void 0 ? void 0 : options.eventTtlMs) !== null && _options_eventTtlMs !== void 0 ? _options_eventTtlMs :
|
|
1548
|
+
eventTtlMs: (_options_eventTtlMs = options === null || options === void 0 ? void 0 : options.eventTtlMs) !== null && _options_eventTtlMs !== void 0 ? _options_eventTtlMs : 100
|
|
1549
1549
|
});
|
|
1550
1550
|
var shouldProcess = createRecentEventsDedupe(docOptions).shouldProcess;
|
|
1551
1551
|
var makeKey = function(op, docs, collectionName, documentId) {
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -1449,7 +1449,7 @@ var getDocVersionKey = function(doc2) {
|
|
|
1449
1449
|
var wrapDocumentConfigsWithWorker = function(cfgs, runProcessor, options) {
|
|
1450
1450
|
var _options_eventTtlMs;
|
|
1451
1451
|
var docOptions = _object_spread_props(_object_spread({}, options), {
|
|
1452
|
-
eventTtlMs: (_options_eventTtlMs = options === null || options === void 0 ? void 0 : options.eventTtlMs) !== null && _options_eventTtlMs !== void 0 ? _options_eventTtlMs :
|
|
1452
|
+
eventTtlMs: (_options_eventTtlMs = options === null || options === void 0 ? void 0 : options.eventTtlMs) !== null && _options_eventTtlMs !== void 0 ? _options_eventTtlMs : 100
|
|
1453
1453
|
});
|
|
1454
1454
|
var shouldProcess = createRecentEventsDedupe(docOptions).shouldProcess;
|
|
1455
1455
|
var makeKey = function(op, docs, collectionName, documentId) {
|