Ahora se espera durante 3 segundos despues de un login fallido

This commit is contained in:
Juan Ferrer Toribio 2015-10-08 12:19:55 +02:00
parent 1cf3f7831f
commit a6367e122e
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
php-vn-lib (1.205-deb8) stable; urgency=low
php-vn-lib (1.206-deb8) stable; urgency=low
* Initial Release.

View File

@ -28,7 +28,7 @@ class Conn
if (mysqli_connect_errno ())
{
sleep (1);
sleep (3);
throw new Exception (mysqli_connect_errno (), mysqli_connect_error ());
return FALSE;
}