mirror of https://codeberg.org/pzp/pzp-db.git
new name for the log stats file
This commit is contained in:
parent
69a0a1f60c
commit
844b808e78
|
@ -94,7 +94,7 @@ function Log(filename, opts) {
|
|||
|
||||
const cache = new Cache({ maxSize: 1024 }) // This is potentially 64 MiB!
|
||||
let raf = RAF(filename)
|
||||
const statsFilename = filename + '.stats'
|
||||
const statsFilename = filename + 'stats.json'
|
||||
const blockSize = opts?.blockSize ?? DEFAULT_BLOCK_SIZE
|
||||
const codec = opts?.codec ?? DEFAULT_CODEC
|
||||
const writeTimeout = opts?.writeTimeout ?? DEFAULT_WRITE_TIMEOUT
|
||||
|
|
Loading…
Reference in New Issue