phpBB

Code Changes

File: phpbb/db/driver/sqlite3.php

  Unmodified   Added   Modified   Removed
Line 48Line 48
		try
{
$this->dbo = new \SQLite3($this->server, SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE);

		try
{
$this->dbo = new \SQLite3($this->server, SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE);

 
			$this->dbo->busyTimeout(60000);

			$this->db_connect_id = true;
}
catch (\Exception $e)

			$this->db_connect_id = true;
}
catch (\Exception $e)