Comparing version 0.8.1 to 0.8.2
@@ -43,3 +43,3 @@ import SonicBoom from 'sonic-boom'; | ||
let fsync = boolish(url.searchParams.get('fsync'), true) ?? false; | ||
let periodicFlush = 10000; | ||
let periodicFlush = 1000; | ||
let periodicFlushStr = url.searchParams.get('periodicFlush') ?? undefined; | ||
@@ -46,0 +46,0 @@ if (periodicFlushStr !== undefined) { |
{ | ||
"name": "logel", | ||
"type": "module", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Externally controlled logging subsystem", | ||
@@ -6,0 +6,0 @@ "bin": { |
42725