Jump to: navigation, search

Changes


UBIK Enterprise Service

518 bytes added, 18 March
/* Configuring {{UBIK}} EnterpriseService */
* WebInterfacePort: The default is “8000”.
* WebInterfaceHost: The default is http://localhost.
 
Since version 4.9.0 the UBIK.EnterpriseService has new settings for micro-controlling the task processing timing:
* IdleSleepDurationMillis: The pause (in milliseconds) before the ES will look for scheduled tasks if there was nothing to do presently {{Version/ServerSince|4.9.0}}
* SleepDurationMillis: The pause (in milliseconds) the ES will take between iterations, no matter how busy {{Version/ServerSince|4.9.0}}
<source lang="xml">
<add key="WebInterfacePort" value="1" />
<add key="WebInterfaceHost" value="1" />
<add key="IdleSleepDurationMillis" value="100"/>
<add key="SleepDurationMillis" value="0"/>
</appSettings>
</configuration>k
1,731
edits