wrapper.event.<event_name>.command.block.timeout |
||||||||
This property is used to configure how long the Wrapper will wait for a configured event to complete. Like several of the event command properties, it can be defined:
The "<event_name>" component of the property name can be either the keyword "default", or one of the Event Types. By setting the default property, all Event Types which are not set explicitly will take on that value. The default value is "15 seconds".
The timeout can be set to "0" to wait indefinitely. In general, it is a good idea to set a timeout that is as short as possible to allow your command to run under normal circumstances. If the timeout is set too long, then your application may get stuck unexpectedly waiting for the command to complete. Please see the overview of Event Commands for more examples and an explanation of how the various event properties can be used together. |
Referencia: Comando de Eventos |
El Java Service Wrapper proporciona un conjunto completo de propiedades de configuración que le permiten hacer que el Wrapper se adapte exactamente a sus necesidades. Por favor, lea la documentación de las propiedades individuales para ver todas las posibilidades además de los ejemplos mostrados anteriormente.
|