mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-03-08 07:00:46 +08:00
refactor: 优化代码
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from .base_config import *
|
||||
from .account_config import *
|
||||
from .base_config import *
|
||||
from .db_config import *
|
||||
|
||||
@@ -19,8 +19,8 @@ SAVE_LOGIN_STATE = True
|
||||
# save user data dir
|
||||
USER_DATA_DIR = "%s_user_data_dir" # %s will be replaced by platform name
|
||||
|
||||
# max page num
|
||||
MAX_PAGE_NUM = 20
|
||||
# crawler max notes count
|
||||
CRAWLER_MAX_NOTES_COUNT = 20
|
||||
|
||||
# max concurrency num
|
||||
MAX_CONCURRENCY_NUM = 10
|
||||
|
||||
Reference in New Issue
Block a user