diff --git a/cron.sh b/cron.sh index 8ba2dc1..d7f9e4b 100644 --- a/cron.sh +++ b/cron.sh @@ -1,6 +1,6 @@ #!/bin/bash -python3 /app/arxiv_daemon.py --num 100 +python3 /app/arxiv_daemon.py --num 2000 if [ $? -eq 0 ]; then echo "New papers detected! Running compute.py"