installer: make SqliteInstaller set "synchronous" for the job queue DB like the other DBs
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 11 Jul 2019 20:04:43 +0000 (13:04 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 11 Jul 2019 20:04:43 +0000 (13:04 -0700)
Change-Id: Ifc51ea735020fd7557c99b02bb7426d78b5f8b47

includes/installer/SqliteInstaller.php

index 17332ff..cf91ccd 100644 (file)
@@ -406,6 +406,7 @@ EOT;
                'type' => 'sqlite',
                'dbname' => \"{\$wgDBname}_jobqueue\",
                'tablePrefix' => '',
+               'variables' => [ 'synchronous' => 'NORMAL' ],
                'dbDirectory' => \$wgSQLiteDataDir,
                'trxMode' => 'IMMEDIATE',
                'flags' => 0