29 Mar
2013
29 Mar
'13
12:48 a.m.
On 28/03/2013 9:11, Mike Stupalov wrote:
One ping commonly fails, it is recommended to use 3 ping. Use config options: // PING Settings - Retries/Timeouts #$config['ping_retries'] = 3; // How many times to retry ping #$config['ping_timeout'] = 500; // Timeout in milliseconds
By the way, because I nagged on IRC, the settings were renamed to $config['ping']['retries'] and $config['ping']['timeout'] :-)
Tom