langfuse-core
Advanced tools
Comparing version 3.3.5 to 3.3.6-alpha.0
@@ -489,4 +489,4 @@ 'use strict'; | ||
this.setPersistedProperty(exports.LangfusePersistedProperty.Queue, queue); | ||
const MAX_MSG_SIZE = 1000000; | ||
const BATCH_SIZE_LIMIT = 2500000; | ||
const MAX_MSG_SIZE = 1_000_000; | ||
const BATCH_SIZE_LIMIT = 2_500_000; | ||
this.processQueueItems(items, MAX_MSG_SIZE, BATCH_SIZE_LIMIT); | ||
@@ -493,0 +493,0 @@ const promiseUUID = generateUUID(); |
{ | ||
"name": "langfuse-core", | ||
"version": "3.3.5", | ||
"version": "3.3.6-alpha.0", | ||
"engines": { | ||
@@ -40,3 +40,3 @@ "node": ">=18" | ||
}, | ||
"gitHead": "19d338ed3503151421892f40bc7089a9ba2cd145" | ||
"gitHead": "aae86d51977649b40ef7848d865c1022bbf449ff" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
327387
2