mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Increase DB-Connection default timeout, 2 secs are sometimes too harsh
This commit is contained in:
parent
a8cecfa162
commit
7fc47ef961
@ -64,7 +64,7 @@ class Connection implements DatasourceInterface
|
|||||||
);
|
);
|
||||||
|
|
||||||
private static $driverOptions = array(
|
private static $driverOptions = array(
|
||||||
PDO::ATTR_TIMEOUT => 2,
|
PDO::ATTR_TIMEOUT => 5,
|
||||||
PDO::ATTR_CASE => PDO::CASE_LOWER,
|
PDO::ATTR_CASE => PDO::CASE_LOWER,
|
||||||
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION
|
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user