response-dashboard
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -12,3 +12,3 @@ /** | ||
const height = 140 | ||
const interval = 5000 // interval for checking in seconds | ||
const interval = 30000 // interval for checking in milliseconds | ||
let x | ||
@@ -15,0 +15,0 @@ let y |
{ | ||
"name": "response-dashboard", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Performance measurement dashboard with configurable metrics and end-point monitoring. Ideally suited to API microservices.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
610958