Adjust value to 2.40EUR as its the correct price
This commit is contained in:
parent
eaf90281f8
commit
c5f59e7faa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ TMaxFile=/etc/traffic_limit
|
|||
TPerFile=/etc/traffic_consumed
|
||||
TEphFile=/tmp/traffic_to_be_accounted
|
||||
TObsFile=/tmp/traffic_observed_since_ifup
|
||||
BytesPerCent=5368709 # 1 GiB for 2EUR
|
||||
BytesPerCent=4369060 # 1 GiB for 2,40EUR
|
||||
|
||||
# TODO: MaxPerTimeGap=3600
|
||||
MaxPerTrafficDiff=$((100 * 1024 * 1024))
|
||||
|
|
Reference in a new issue