Authored by 周少峰

update version and product report config

@@ -230,12 +230,12 @@ if (isProduction) { @@ -230,12 +230,12 @@ if (isProduction) {
230 return 1000 * 60 * 60 * 0.5; 230 return 1000 * 60 * 60 * 0.5;
231 } 231 }
232 return Math.min(options.attempt * 100, 1000); 232 return Math.min(options.attempt * 100, 1000);
233 - },  
234 - report: {  
235 - host: 'influxdblog.web.yohoops.org',  
236 - port: 8086,  
237 - db: 'web-apm'  
238 } 233 }
  234 + },
  235 + report: {
  236 + host: 'influxdblog.web.yohoops.org',
  237 + port: 8086,
  238 + db: 'web-apm'
239 } 239 }
240 }); 240 });
241 } else if (isTest) { 241 } else if (isTest) {
@@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
55 "urlencode": "^1.1.0", 55 "urlencode": "^1.1.0",
56 "uuid": "^2.0.2", 56 "uuid": "^2.0.2",
57 "yoho-express-session": "^2.0.0", 57 "yoho-express-session": "^2.0.0",
58 - "yoho-node-lib": "=0.5.4", 58 + "yoho-node-lib": "=0.5.5",
59 "yoho-zookeeper": "^1.0.8" 59 "yoho-zookeeper": "^1.0.8"
60 }, 60 },
61 "devDependencies": { 61 "devDependencies": {