Commit graph

10 commits

Author SHA1 Message Date
Egon Kidmose 3ab555eeb6
Allow omitting working.directory in config.json acc. to README
README suggests that `working.directory` can be omitted from
`config.json`, but doing this will cause a KeyNotFoundException.

The dictionary lookup has been modified to include a default value of
`'.'` which is according to README.
2020-03-09 13:10:21 +01:00
dongmei-cao 6c082c8fe4
Merge pull request #3 from liheyuan/master
Add stream flag to requests.get avoid Memory Error
2019-02-19 12:51:34 -08:00
Coder4 b8f178ba25
Add stream flag to avoid Memory Error
If not add stream flag, large file will be total load into memory, which cause MemoryError on small RAM server.
2019-02-15 17:40:29 +08:00
Dongmei Cao b63c004c32 Change the URLs to production in the config.sample.json 2019-01-31 16:18:45 -08:00
Dongmei Cao 51644f09db Update README 2019-01-23 12:19:44 -08:00
Dongmei Cao 11d2de4aef Print out the time spent to download all the zone files. 2018-12-08 00:13:10 -08:00
Dongmei Cao 09a0a4bb1c Update the Java repo links in README 2018-12-07 10:29:53 -08:00
Simon 640ad461cb
Update README.md 2018-12-07 10:08:19 -08:00
Dongmei Cao 075d038226 Initial version 2018-12-06 19:09:12 -08:00
Simon b543483d84
Initial commit 2018-12-06 10:23:57 -08:00