Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #321 from NebulousLabs/1.0-constants
Browse files Browse the repository at this point in the history
change allowanceMonths constant to 3 for 1.0
  • Loading branch information
lukechampine authored Jun 29, 2016
2 parents e89aa47 + a2dc368 commit 8d8e801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Files/js/sagas/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { List } from 'immutable'
import { sendError, allowanceStorage, siadCall, totalUsage, readdirRecursive, parseDownloads, parseUploads, estimatedStoragePriceGBSC } from './helpers.js'

const blockMonth = 4320
const allowanceMonths = 0.1
const allowanceMonths = 3
const allowanceHosts = 24
const allowancePeriod = blockMonth*allowanceMonths

Expand Down

0 comments on commit 8d8e801

Please sign in to comment.