half the text

This commit is contained in:
nick-delirium 2025-05-16 12:05:06 +02:00
parent b02f3a82f2
commit aaef3dc5f6
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -770,6 +770,13 @@ export default class App {
this.debug.error('Openreplay compression error:', err)
this.worker?.postMessage({ type: 'uncompressed', batch: batch })
} else {
this.debug.info(
'OpenReplay: compressed batch size',
batchSize,
'->',
result.byteLength,
'bytes',
)
this.worker?.postMessage({ type: 'compressed', batch: result })
}
})