diff --git a/lib/Conf.php b/lib/Conf.php index b496297d..50b419c5 100644 --- a/lib/Conf.php +++ b/lib/Conf.php @@ -24,7 +24,7 @@ class Conf { /** @var string Encryption key to use for SQLite database (if using a version of SQLite with SEE) */ public $dbSQLite3Key = ""; /** @var integer Number of seconds for SQLite to wait before returning a timeout error when writing to the database */ - public $dbSQLite3Timeout = 5; + public $dbSQLite3Timeout = 60; /** @var string Class of the user management driver in use (Internal by default) */ public $userDriver = User\Internal\Driver::class;