Increase wait time when fetching project updated timestamps, and improve error messages

This commit is contained in:
Alex Cabal 2025-01-25 11:29:18 -06:00
parent 2aaa1e301f
commit 221daaacac
2 changed files with 5 additions and 5 deletions

View file

@ -89,5 +89,5 @@ foreach($projects as $project){
$project->Save();
sleep(1);
sleep(5);
}