From 79b044a19926f5b79c0179eb14ef0c5ef4e4d7bd Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 17 May 2012 23:08:07 +0100 Subject: [PATCH] Document DBO_PERSISTENT in DefaultSettings.php Change-Id: Iee17925fdfd011218a36d5e555ce6494c27837ff --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2bb752315d..952926dd0e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1298,6 +1298,7 @@ $wgSharedTables = array( 'user', 'user_properties' ); * - DBO_TRX -- wrap entire request in a transaction * - DBO_IGNORE -- ignore errors (not useful in LocalSettings.php) * - DBO_NOBUFFER -- turn off buffering (not useful in LocalSettings.php) + * - DBO_PERSISTENT -- enables persistent database connections * * - max lag: (optional) Maximum replication lag before a slave will taken out of rotation * - max threads: (optional) Maximum number of running threads -- 2.20.1