aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2017-02-23 12:32:46 -0800
committerGitHub <noreply@github.com>2017-02-23 12:32:46 -0800
commitc93340dbe455740fbb571b697532854408158576 (patch)
tree714acef64b593403709d63d54fd2ccfbf7eb1269
parent1fad2a67a51a2f6e136638352a7b8c39d604167c (diff)
downloaddat-docs-c93340dbe455740fbb571b697532854408158576.tar.gz
dat-docs-c93340dbe455740fbb571b697532854408158576.zip
add file size limits
-rw-r--r--docs/faq.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 03dba06..b549bbe 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -20,6 +20,10 @@ We run a signaling server for users of our client applications. However, anyone
It's not technically impossible that they'd collide, but it's extremely unlikely. Dat links are are 32 bytes long. That's 1.1579 x 10^77 possible numbers!
+### What are the limits on file sizes?
+
+Data is transferred directly between peers, we do not store any data right now. The main limits are importing and transfer speeds, which will improve soon. We plan to help institutions and others set up cloud storage for academic uses and commercial options for general users.
+
### How is Dat different than IPFS?
IPFS and Dat share a number of underlying similarities but address different problems. Both deduplicate content-addressed pieces of data and have a mechanism for searching for peers who have a specific piece of data. Both have implementations which work in modern Web browsers, as well as command line tools.