tardis-machine
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -197,5 +197,5 @@ const fetch = require('node-fetch') | ||
await httpReplayBenchmark({ JSONParseResponse: false }) | ||
await wsReplayBenchmark({ JSONParseResponse: false }) | ||
await httpReplayBenchmark({ JSONParseResponse: true }) | ||
await wsReplayBenchmark({ JSONParseResponse: true }) | ||
@@ -202,0 +202,0 @@ |
@@ -46,3 +46,3 @@ "use strict"; | ||
this._onFinishedCallback = () => { }; | ||
const SESSION_START_DELAY_MS = 5000; | ||
const SESSION_START_DELAY_MS = 2000; | ||
debug_1.debug('creating new ReplaySession'); | ||
@@ -49,0 +49,0 @@ setTimeout(() => { |
{ | ||
"name": "tardis-machine", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -52,3 +52,3 @@ import { combine, Exchange, replay, ReplayOptions } from 'tardis-dev' | ||
constructor() { | ||
const SESSION_START_DELAY_MS = 5000 | ||
const SESSION_START_DELAY_MS = 2000 | ||
@@ -55,0 +55,0 @@ debug('creating new ReplaySession') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158930
2461