mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Increase wait time when fetching project updated timestamps, and improve error messages
This commit is contained in:
parent
2aaa1e301f
commit
221daaacac
2 changed files with 5 additions and 5 deletions
|
@ -89,5 +89,5 @@ foreach($projects as $project){
|
|||
|
||||
$project->Save();
|
||||
|
||||
sleep(1);
|
||||
sleep(5);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue