Skip to content

Commit 1759809

Browse files
authored
slow down arxiv-scraping
1 parent 9d0c24a commit 1759809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scrape_arxiv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
# * is a special character in YAML so you have to quote this string
66
# runs once a day
7-
- cron: '*/5 * * * *'
7+
- cron: '*/10 */24 * * *'
88

99

1010

0 commit comments

Comments
 (0)