The Logentries PHP library bases its connection timeout value on the PHP config variable "default_socket_timeout" which can be used by various other services. It can therefore be useful to define a custom connection timeout in the Logentries module.

Comments

Erik.Johansson created an issue. See original summary.

erik.johansson’s picture

I've added a patch which provides a new field to the module's configuration form which allows the user to set a custom connection timeout.
Note that you need to use a forked version of Logentries PHP library: https://github.com/oddhill/le_php

erik.johansson’s picture

Status: Active » Needs review