jcliff
jcliff copied to clipboard
Reload takes more time than necessary
Sorry if I'm asking a stupid question, but...
Starting out with Jcliff, I added an extension to JBoss after adding the module files - Camunda BPM in this case.
{
"extension" => {
"org.camunda.bpm.wildfly.camunda-wildfly-subsystem" => ""
}
}
When testing this, I'm doing a tail -f server.log
. And JBoss reloads much earlier than Jcliff seems to realize it.
Is there a built-in timeout or can I configure this as parameter? (A CLI reference would be very welcome)