From: Reedy Date: Thu, 17 May 2012 22:08:07 +0000 (+0100) Subject: Document DBO_PERSISTENT in DefaultSettings.php X-Git-Tag: 1.31.0-rc.0~23574^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=79b044a19926f5b79c0179eb14ef0c5ef4e4d7bd;p=lhc%2Fweb%2Fwiklou.git Document DBO_PERSISTENT in DefaultSettings.php Change-Id: Iee17925fdfd011218a36d5e555ce6494c27837ff --- 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