RubyGems
npm
Organizations
Log in
Sign up
npm
node-ainzfb-new
Versions diffs
1.4.7 → 1.4.9
node-ainzfb-new 1.4.7 → 1.4.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.js
+2
-0
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -3,6 +3,8 @@
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;
6
8
7
9
/!-[ Global Set ]-!/
8
10
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "node-ainzfb-new",
3
-
"version": "1.4.
7
",
3
+
"version": "1.4.
9
",
4
4
"description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.",
5
5
"scripts": {
6
6
"test": "mocha",