Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Add delay to archive api checking
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed May 26, 2016
1 parent b46242f commit e19cc39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mirror-ckan
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ sub yesterday {
$mirror->upload_ckan($file);
};
}
sleep 1; # We're going to be checking 100s, lets not overwhelm the API
}

exit 0;
Expand Down

0 comments on commit e19cc39

Please sign in to comment.