@mulingai-npm/redis 2.11.0 → 2.12.0
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.
|
@@ -432,7 +432,7 @@ class MulingstreamChunkManager {
|
|
|
432
432
|
for (let i = lastDone + 1; i < window.length; i++) {
|
|
433
433
|
const entry = window[i].tts[language];
|
|
434
434
|
if (entry.status === 'INIT') {
|
|
435
|
-
console.log(window[i].createdAt, ' --- ', window[i].chunkNumber);
|
|
435
|
+
console.log(now - window[i].createdAt, ' --- ', window[i].chunkNumber);
|
|
436
436
|
if (now - window[i].createdAt > timeoutMs) {
|
|
437
437
|
entry.status = 'DISCARDED';
|
|
438
438
|
}
|