feat(config): some network limitations

This commit is contained in:
Alexey Kasyanchuk
2018-03-01 04:22:21 +03:00
parent bdaaa020cc
commit 9a95903cd5
2 changed files with 7 additions and 27 deletions

View File

@ -21,8 +21,8 @@ let config = {
spider: {
walkInterval: 5,
cpuLimit: 0,
cpuInterval: 10,
nodesUsage: 100,
packagesLimit: 500
},
downloader: {
@ -35,11 +35,6 @@ let config = {
spaceQuota: false,
spaceDiskLimit: 7 * 1024 * 1024 * 1024,
trafficInterface: 'enp2s0',
trafficMax: 0,
trafficUpdateTime: 3, //secs
trafficIgnoreDHT: false,
dbPath: '',
client: {