half the text
This commit is contained in:
parent
b02f3a82f2
commit
aaef3dc5f6
1 changed files with 7 additions and 0 deletions
|
|
@ -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 })
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue