Comparing version 0.1.3 to 0.1.4
@@ -89,3 +89,3 @@ /** | ||
"user_header_ticket": "", | ||
"user_header_ticket_enabled": this.user_header_ticket == "" ? false: true, | ||
"user_header_ticket_enabled": false, | ||
"trace_user_cookie_limit": 2048, | ||
@@ -92,0 +92,0 @@ "profile_error_jdbc_fetch_max": 10000, |
@@ -30,3 +30,3 @@ /** | ||
var keys = Object.keys(cookie); | ||
if (keys.length >= (conf.trace_user_cookie_limit) || 2048) { | ||
if (keys.length >= ((conf.trace_user_cookie_limit) || 2048)) { | ||
return defValue; | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "whatap", | ||
"homepage": "http://www.whatap.io", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"releaseDate": "20170512", | ||
@@ -6,0 +6,0 @@ "description": "Monitoring and Profiling Service", |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
955999