| Performance hacks and limits: $wgPoolCountClientConf | |
|---|---|
| Configuration array for the PoolCounter client. |
|
| Introduced in version: | 1.40.0 (Gerrit change 834401; git #adb9c0cc) |
| Removed in version: | still in use |
| Allowed values: | (array) |
| Default value: | See below |
| Other settings: Alphabetical | By function | |
Details
Configuration array for the PoolCounter client.
- servers - Array of hostnames, or hostname:port. The default port is 7531.
- timeout - Connection timeout.
- connect_timeout - Alternative connection timeout. If set, it is used instead of `timeout` and will be retried once if a connection fails to be established. Background: phab:T105378.
Default values
$wgPoolCountClientConf = [
'servers' => [
'127.0.0.1',
],
'timeout' => 0.1,
];
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.