9 lines
194 B
TOML
9 lines
194 B
TOML
[general]
|
|
# crontab
|
|
crontab = "1,5 * * * * *"
|
|
|
|
[arxiv]
|
|
# The max days should we search arXiv
|
|
# Note: if we set this to 7, we will search up to 7 days, but no duplicate download
|
|
fetch_period = 7
|