исправление трафика

This commit is contained in:
Alexey Kasyanchuk
2017-08-24 11:07:33 +03:00
parent c11a60ea63
commit 2795be2e42
2 changed files with 31 additions and 14 deletions

View File

@ -33,6 +33,10 @@ let config = {
cleanupDiscLimit: 7 * 1024 * 1024 * 1024,
spaceQuota: false,
spaceDiskLimit: 7 * 1024 * 1024 * 1024,
trafficInterface: 'enp2s0',
trafficMax: 0,
trafficUpdateTime: 3, //secs
}
const fs = require('fs');