| Anonymous | Login | Signup for a new account | 11-03-2025 23:13 PST | 
| Main | My View | View Issues | Change Log | Docs | 
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0002110 | [Resin] | minor | always | 10-23-07 15:41 | 10-24-07 15:40 | ||||
| Reporter | sam | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | urgent | Resolution | fixed | ||||||
| Status | closed | Product Version | 3.1.2 | ||||||
| Summary | 0002110: socket-timeout has no effect | ||||||||
| Description | 
		(rep by B Choate) Setting the socket-timeout in the <server-default> block is supposed to set that timeout for all of the ports. That is not working, as can be observed using the TCP ports section of /resin-admin. Instead, it has to be set for each port individually. For the server ports: <server id="c1" address="c1.hogwarts.com" port="6802"> <cluster-port port="6802"> <socket-timeout>305s</socket-timeout> </cluster-port> </server> <server id="c2" address="c2.hogwarts.com" port="6802"> <cluster-port port="6802"> <socket-timeout>305s</socket-timeout> </cluster-port> </server> For http ports: <http port="8081"> <socket-timeout>305s</socket-timeout> </http>  | 
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
| 
 | 
|||||||||
| 	Mantis 1.0.0rc3[^]
	Copyright © 2000 - 2005 Mantis Group
	29 total queries executed. 26 unique queries executed.  |