]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Don't allow uploads of large files (about 12GiB or larger), since they're doomed...
authorBrian Warner <warner@allmydata.com>
Mon, 2 Jun 2008 23:57:01 +0000 (16:57 -0700)
committerBrian Warner <warner@allmydata.com>
Mon, 2 Jun 2008 23:57:01 +0000 (16:57 -0700)
commit8c37b8e3af2f4d1b5dd1825f5bf9fdf339d834d6
treed584b5cfe68b96cc486eabfadf8962b012c62016
parentbc0a45333060932c8680e1442c18d5cd76199de7
Don't allow uploads of large files (about 12GiB or larger), since they're doomed to be corrupted. Closes #439
src/allmydata/storage.py
src/allmydata/test/test_upload.py