Ahora se espera durante 3 segundos despues de un login fallido
This commit is contained in:
parent
1cf3f7831f
commit
a6367e122e
|
@ -1,4 +1,4 @@
|
||||||
php-vn-lib (1.205-deb8) stable; urgency=low
|
php-vn-lib (1.206-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ class Conn
|
||||||
|
|
||||||
if (mysqli_connect_errno ())
|
if (mysqli_connect_errno ())
|
||||||
{
|
{
|
||||||
sleep (1);
|
sleep (3);
|
||||||
throw new Exception (mysqli_connect_errno (), mysqli_connect_error ());
|
throw new Exception (mysqli_connect_errno (), mysqli_connect_error ());
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue