Skip to content

Commit

Permalink
update spk discount
Browse files Browse the repository at this point in the history
  • Loading branch information
techcoderx committed Dec 24, 2022
1 parent 8778556 commit 0ac1b89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/uploader.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h2 id="spkPopupHeader">Important Notice</h2>
<ol>
<li>Instead of using the tusd upload endpoint operated by OneLoveIPFS, we are required to use the official APIs operated by 3Speak core team.</li>
<li>An 11.5% fee will be levied on HIVE post rewards for all 3Speak video uploads. This fee is imposed by 3Speak team, OneLoveIPFS does not have control over it.</li>
<li>Due to the mandatory outsourcing of video storage and encoding, these files will only consume up to 25% of GBDays that would otherwise be consumed if the same file was pinned normally on our IPFS nodes. In an event of file unavailability on 3Speak's IPFS storage servers for longer than 24 hours, these files may consume the full GBDays amount.</li>
<li>Due to the mandatory outsourcing of video storage and encoding, these files will only consume up to 50% of GBDays that would otherwise be consumed if the same file was pinned normally on our IPFS nodes. In an event of file unavailability on 3Speak's IPFS storage servers for longer than 24 hours, these files may consume the full GBDays amount.</li>
<li>OneLoveIPFS is not responsible for any issues arising from the use of 3Speak APIs, including but not limited to file uploads, quality of video encoding outputs, video playability or censorship (of any kind) on 3Speak.</li>
<li>Getting the resulting files pinned on our IPFS nodes may take longer than usual as we need to fetch them from 3Speak's IPFS nodes which are subject to availability.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion config_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},

"Discounts": {
"SPK": 0.25
"SPK": 0.5
},

"ClientConfig": {
Expand Down
4 changes: 2 additions & 2 deletions docs/ConfigDocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Configures application-specific pinning service.
#### Discounts
Configures usage multipliers for files with certain discount labels. JSON object with key (discount label): value (multiplier).

For example, files with `SPK` discount label to be billed at 25% of the hosting cost of the file (75% discount).
For example, files with `SPK` discount label to be billed at 50% of the hosting cost of the file (50% discount).

```
"Discounts": {
"SPK": 0.25
"SPK": 0.5
},
```

Expand Down

0 comments on commit 0ac1b89

Please sign in to comment.