Changes between Version 110 and Version 111 of client_installation_guide_rpm
- Timestamp:
- 12/14/12 09:17:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
client_installation_guide_rpm
v110 v111 212 212 * QCG_PROXY_DURATION_MIN - minimal acceptable lifetime of the proxy. If the remaining lifetime of the proxy is smaller then the given value, the proxy is automatically recreated. 213 213 214 QCG-Client supports connecting to running jobs with interactive console (''qcg-connect'' command). The functionality needs one property to be set. 215 * QCG_CONNECT_TIMEOUT - timeout for the connection from the job to the client. 216 214 217 215 218 The example of the configuration file can be seen below: … … 229 232 export QCG_PROXY_DURATION_DEFAULT=600 230 233 export QCG_PROXY_DURATION_MIN=480 234 235 export QCG_CONNECT_TIMEOUT=60 231 236 }}} 232 237 }}}