node-ainzfb-new 1.4.9 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
@@ -3,8 +3,6 @@
|
|
3
3
|
/!-[ Max Cpu Speed ]-!/
|
4
4
|
|
5
5
|
process.env.UV_THREADPOOL_SIZE = require('os').cpus().length;
|
6
|
-
var defaultLogRecordSize = 100;
|
7
|
-
log.maxRecordSize = defaultLogRecordSize;
|
8
6
|
|
9
7
|
/!-[ Global Set ]-!/
|
10
8
|
|
@@ -40,7 +38,9 @@ var utils = require("./utils"),
|
|
40
38
|
"Uptime": false
|
41
39
|
};
|
42
40
|
|
43
|
-
|
41
|
+
var defaultLogRecordSize = 100;
|
42
|
+
log.maxRecordSize = defaultLogRecordSize;
|
43
|
+
|
44
44
|
/!-[ Check File To Run Process ]-!/
|
45
45
|
|
46
46
|
try {
|