-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added timeouts and increased maximum file download sizes
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
# Download threads to use per ripper | ||
threads.size = 5 | ||
|
||
# Overwrite existing files | ||
file.overwrite = false | ||
download.retries = 3 | ||
|
||
# Number of retries on failed downloads | ||
download.retries = 1 | ||
|
||
# File download timeout (in milliseconds) | ||
download.timeout = 60000 | ||
|
||
# Maximum size of downloaded files in bytes (required) | ||
download.max_size = 104857600 | ||
|
||
# API creds | ||
twitter.auth = VW9Ybjdjb1pkd2J0U3kwTUh2VXVnOm9GTzVQVzNqM29LQU1xVGhnS3pFZzhKbGVqbXU0c2lHQ3JrUFNNZm8= | ||
tumblr.auth = v5kUqGQXUtmF7K0itri1DGtgTs0VQpbSEbh1jxYgj9d2Sq18F8 | ||
gw.api = gonewild |