feat(config): some network limitations
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user