Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
8 years ago
Commit
031dcd23ab205ebc6f43997a6ac7e79d89809803
1 parent
2729c872
remove request keep alive
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
app.js
package.json
app.js
View file @
031dcd2
...
...
@@ -14,10 +14,6 @@ const yohoLib = require('yoho-node-lib');
// 全局注册library
yohoLib
.
global
(
config
);
const
EventEmitter
=
require
(
'events'
);
EventEmitter
.
defaultMaxListeners
=
100
;
const
express
=
require
(
'express'
);
const
compression
=
require
(
'compression'
);
const
path
=
require
(
'path'
);
...
...
package.json
View file @
031dcd2
...
...
@@ -53,7 +53,7 @@
"request-ip"
:
"^1.2.2"
,
"serve-favicon"
:
"^2.3.0"
,
"uuid"
:
"^2.0.2"
,
"yoho-node-lib"
:
"0.1.2
8
"
,
"yoho-node-lib"
:
"0.1.2
9
"
,
"yoho-zookeeper"
:
"^1.0.3"
},
"devDependencies"
:
{
...
...
Please
register
or
login
to post a comment