forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config httptimeout
Violet edited this page Nov 2, 2010
·
2 revisions
Controls the number of seconds Melody will wait before timing out outbound HTTP requests from the application. In the event that Melody makes an HTTP request and does not receive any kind of response from the server in n
seconds, the socket and connection will timeout. Melody makes outbound HTTP connections when:
* fetching news on the dashboard
* retrieving a list of styles hosted remotely
* sending notification pings
* sending TrackBacks
In addition, some plugins may also make outbound HTTP requests, but they are not documented here.
Default value: 10
Example:
HTTPTimeout 5
- Categories: Appendix: Configuration Directives
- Tags: config