Increased query number back to 2000.

This commit is contained in:
Heiko Joerg Schick
2023-09-01 01:51:53 +02:00
parent d1c485240c
commit 9d3ad6a896
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
python3 /app/arxiv_daemon.py --num 100 python3 /app/arxiv_daemon.py --num 2000
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
echo "New papers detected! Running compute.py" echo "New papers detected! Running compute.py"