We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1400f commit 999e62fCopy full SHA for 999e62f
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "funread"
3
-version = "1.1.30"
+version = "1.1.31"
4
description = "一个用于管理和处理阅读源(Legado 阅读 APP 的书源和 RSS 源)的 Python 工具库"
5
readme = "README.md"
6
requires-python = ">=3.8"
src/funread/legado/manage/download/generate.py
@@ -172,7 +172,7 @@ def split_and_upload(self):
172
funos.delete(runner.path_bok)
173
runner.loads_zip()
174
i = 1000
175
- for data in runner.export_sources(size=100):
+ for data in runner.export_sources(size=500):
176
if len(data) > 0:
177
git_path = f"{self.dir_path}/progress-{i}.json"
178
self.drive.upload_file(content=data, git_path=git_path)
0 commit comments