Skip to content

Commit 016c9a1

Browse files
committed
docs update
1 parent eb069ee commit 016c9a1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,6 @@ By default files are downloaded to the same directory where you are running blob
208208

209209
- `i`, `--remove_directories` *bool* if set blobs are downloaded or uploaded without keeping the directory structure of the source. Not applicable when the source is a HTTP endpoint.
210210

211-
## Optimizing Transfers
212-
213-
BlobPorter has several configuration options that can be used to miximize performance for specific use cases.
214-
215211
## Performance Considerations
216212

217213
By default, BlobPorter creates 5 readers and 8 workers for each core on the computer. You can overwrite these values by using the options -r (number of readers) and -g (number of workers). When overriding these options there are few considerations:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
project = u'BlobPorter'
2323
#copyright = u'2018, Jesus Aguilar'
24-
#author = u'Jesus Aguilar'
24+
author = u'BlobPorter Contributors'
2525

2626
# The short X.Y version
2727
version = u''

0 commit comments

Comments
 (0)