1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-05-31 21:47:47 +00:00

2023-04-16 02:12:08

This commit is contained in:
wizardforcel 2023-04-16 02:12:08 +08:00
parent 6ab42591b0
commit fe9c72835f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# 历史记录
v2013.4.16.0
+ `imgThreads`默认值改为`24`
v2023.3.14.0
+ `connTimeout`默认值改为`10`

View File

@ -10,4 +10,4 @@ from . import util
__author__ = "ApacheCN"
__email__ = "apachecn@163.com"
__license__ = "SATA"
__version__ = "2023.3.14.0"
__version__ = "2023.4.16.0"