reduce min blob prices
This commit is contained in:
parent
f82cffe882
commit
d86e709b90
1 changed files with 5 additions and 4 deletions
|
@ -10,10 +10,11 @@ MAX_RESPONSE_INFO_SIZE = 2**16
|
|||
MAX_BLOB_INFOS_TO_REQUEST = 20
|
||||
BLOBFILES_DIR = ".blobfiles"
|
||||
BLOB_SIZE = 2**21
|
||||
MIN_BLOB_DATA_PAYMENT_RATE = .005 # points/megabyte
|
||||
MIN_BLOB_INFO_PAYMENT_RATE = .02 # points/1000 infos
|
||||
MIN_VALUABLE_BLOB_INFO_PAYMENT_RATE = .05 # points/1000 infos
|
||||
MIN_VALUABLE_BLOB_HASH_PAYMENT_RATE = .05 # points/1000 infos
|
||||
|
||||
MIN_BLOB_DATA_PAYMENT_RATE = .0005 # points/megabyte
|
||||
MIN_BLOB_INFO_PAYMENT_RATE = .002 # points/1000 infos
|
||||
MIN_VALUABLE_BLOB_INFO_PAYMENT_RATE = .005 # points/1000 infos
|
||||
MIN_VALUABLE_BLOB_HASH_PAYMENT_RATE = .005 # points/1000 infos
|
||||
MAX_CONNECTIONS_PER_STREAM = 5
|
||||
|
||||
KNOWN_DHT_NODES = [('104.236.42.182', 4000),
|
||||
|
|
Loading…
Reference in a new issue