From 3486316b28e735fa829f6833aed8d31620f3cb04 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 11 Jan 2018 00:29:33 +0000 Subject: [PATCH] lib/php/db.php --- lib/php/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/db.php b/lib/php/db.php index c3eaba87..f4a91f56 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -36,7 +36,7 @@ class Db extends nb { public $pdo; public $options = [ # See: http://php.net/manual/en/pdo.error-handling.php PDO::ATTR_ERRMODE => DB_DEFAUL_ERRMODE, - PDO::ATTR_TIMEOUT => 3600, + PDO::ATTR_TIMEOUT => 0, ]; public $host = null; public $port = null; -- 2.47.3