Skip to content

Commit

Permalink
Update files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed Mar 3, 2023
1 parent c61cf39 commit 006387b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/files.md
Expand Up @@ -198,10 +198,10 @@ 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 `Client.CHUNK_UPLOAD_THREADS` field.
To change this number you can set `API.CHUNK_UPLOAD_THREADS` field.
```python
from boxsdk.config import Client
Client.CHUNK_UPLOAD_THREADS = 10
from boxsdk.config import API
API.CHUNK_UPLOAD_THREADS = 6
```

### Automatic Uploader
Expand Down

0 comments on commit 006387b

Please sign in to comment.