From: Aaron Schulz Date: Thu, 11 Jul 2019 20:04:43 +0000 (-0700) Subject: installer: make SqliteInstaller set "synchronous" for the job queue DB like the other DBs X-Git-Tag: 1.34.0-rc.0~1058^2 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=8a4f27fe00cba96c02b09f97f00d63a394b5a5c0;p=lhc%2Fweb%2Fwiklou.git installer: make SqliteInstaller set "synchronous" for the job queue DB like the other DBs Change-Id: Ifc51ea735020fd7557c99b02bb7426d78b5f8b47 --- diff --git a/includes/installer/SqliteInstaller.php b/includes/installer/SqliteInstaller.php index 17332ff59c..cf91ccd9fc 100644 --- a/includes/installer/SqliteInstaller.php +++ b/includes/installer/SqliteInstaller.php @@ -406,6 +406,7 @@ EOT; 'type' => 'sqlite', 'dbname' => \"{\$wgDBname}_jobqueue\", 'tablePrefix' => '', + 'variables' => [ 'synchronous' => 'NORMAL' ], 'dbDirectory' => \$wgSQLiteDataDir, 'trxMode' => 'IMMEDIATE', 'flags' => 0