Skip to content

Commit

Permalink
chore: Add link to chunk size docs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Mar 19, 2020
1 parent 261a4dc commit 31ff4b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ directory.
upload_url="/uploads",
upload_path=Path(__file__).parent.parent / "uploads",
)
Chunk Size
==========

Please, make sure to configure ``client_max_size`` for ``aiohttp.web`` Application and
supply proper ``chunkSize`` for Uppy.io or other tus.io client.

`Documentation <https://aiohttp-tus.readthedocs.io/en/latest/usage.html#understanding-tus-io-chunk-size>`_
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ authors = ["Igor Davydenko <iam@igordavydenko.com>"]
license = "BSD-3-Clause"
readme = "README.rst"
repository = "https://github.com/pylotcode/aiohttp-tus"
documentation = "https://aiohttp-tus.readthedocs.io/"
keywords = ["aiohttp", "tus", "tus.io"]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 31ff4b6

Please sign in to comment.