Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luizeof committed Dec 6, 2019
1 parent c3bbb36 commit 7b35aa9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apache/makedb.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
exit(1);
}

sleep(3);
sleep(5);
}
}
while ($mysql->connect_error);
Expand Down
2 changes: 1 addition & 1 deletion beta-apache/makedb.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
exit(1);
}

sleep(3);
sleep(5);
}
}
while ($mysql->connect_error);
Expand Down
2 changes: 1 addition & 1 deletion beta-fpm/makedb.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
exit(1);
}

sleep(3);
sleep(5);
}
}
while ($mysql->connect_error);
Expand Down
2 changes: 1 addition & 1 deletion common/makedb.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
exit(1);
}

sleep(3);
sleep(5);
}
}
while ($mysql->connect_error);
Expand Down

0 comments on commit 7b35aa9

Please sign in to comment.