Add some explanations about the new scripts
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/usr/bin/php
|
||||
#
|
||||
# This script tries to connect to a database for a given interval
|
||||
# Useful in case of installation e.g. to wait for the database to not generate unnecessary errors
|
||||
#
|
||||
# Usage: php bin/wait-for-connection {HOST} {PORT} [{TIMEOUT}]
|
||||
|
||||
<?php
|
||||
$timeout = 60;
|
||||
|
||||
Reference in New Issue
Block a user