@contrast/config
Advanced tools
Comparing version 1.39.0 to 1.40.0
@@ -468,3 +468,3 @@ 'use strict'; | ||
name: 'agent.polling.app_activity_ms', | ||
value: '30000', | ||
value: '5000', | ||
source: 'DEFAULT_VALUE' | ||
@@ -598,3 +598,3 @@ }, | ||
name: 'agent.polling.app_activity_ms', | ||
value: '30000', | ||
value: '5000', | ||
source: 'DEFAULT_VALUE' | ||
@@ -601,0 +601,0 @@ }, |
@@ -282,3 +282,3 @@ /* | ||
arg: '<ms>', | ||
default: 30000, | ||
default: 5000, | ||
fn: parseNum, | ||
@@ -297,3 +297,3 @@ desc: 'Set the frequency with which the agent sends application activity to the Contrast UI.', | ||
arg: '<ms>', | ||
default: 30000, | ||
default: 5000, | ||
fn: parseNum, | ||
@@ -300,0 +300,0 @@ desc: 'Set the the frequency with which the agent sends application updates to the Contrast UI.', |
{ | ||
"name": "@contrast/config", | ||
"version": "1.39.0", | ||
"version": "1.40.0", | ||
"description": "An API for discovering Contrast agent configuration data", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
81924