Skip to content

Commit

Permalink
Merge 006387b into 506ce0d
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Mar 3, 2023
2 parents 506ce0d + 006387b commit 2760468
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/usage/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@ For large files or in cases where the network connection is less reliable,
you may want to upload the file in parts. This allows a single part to fail
without aborting the entire upload, and failed parts can then be retried.

By default, chunked upload will work on 5 threads to improve the download speed.
To change this number you can set `API.CHUNK_UPLOAD_THREADS` field.
```python
from boxsdk.config import API
API.CHUNK_UPLOAD_THREADS = 6
```

### Automatic Uploader

#### Upload new file
Expand Down

0 comments on commit 2760468

Please sign in to comment.