fix(db): fix connection limitation

This commit is contained in:
Alexey Kasyanchuk
2018-07-01 00:30:51 +03:00
parent 070119c352
commit db7217ff0d
2 changed files with 14 additions and 1 deletions

View File

@ -27,7 +27,7 @@ let config = {
sphinx: {
host : '127.0.0.1',
port : 9306,
connectionLimit: 30
connectionLimit: 12
},
spider: {