Skip to content

Commit

Permalink
docs: faq
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Feb 28, 2024
1 parent bc2bcc5 commit a7ac45c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func main() {
pdocs.AnchorTagSitemap("Generating a new SSH key"),
pdocs.AnchorTagSitemap("Why do I provide my username when using SSH"),
pdocs.AnchorTagSitemap("How can I use git to sync my content"),
pdocs.AnchorTagSitemap("Are there any bandwidth limitations"),
},
},
{
Expand Down
10 changes: 10 additions & 0 deletions posts/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ All you need is your private key and

For example,
[here is how we deploy the pico blog](https://github.com/picosh/official-blog/blob/main/.github/workflows/publish.yml)

# Are there any bandwidth limitations?

Currently we get 10TB egress per month through our cloud provider. We are
nowhere near that number today (~60GB/mo).

So until we reach 10TB per month, there are no bandwidth limitations.

Having said that, once we reach that number, we will average the cost across all
users.

0 comments on commit a7ac45c

Please sign in to comment.