Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew D.Gramigna committed Oct 7, 2023
1 parent 956e350 commit af3c1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job_board_scraper/shell_scripts/run_job_scraper_chunked.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# !/bin/bash
cd ..
total_size=${1-200}
total_size=${1-200} #TODO: Find better way to make this dynamic
chunk_size=${2-20} #default to chunks of 20
lowest_id=1 #first serial id is 1.
for ((i=$lowest_id;i<=$total_size;i++))
Expand Down

0 comments on commit af3c1ed

Please sign in to comment.