Jump to: navigation, search

Changes


/* Example CONTENT */
<!-- The duration [in seconds] until a cached record is marked as outdated in the UBIKĀ® Kernel. -->
<!-- Switch = "-1" - cached objects are valid indefinitely/ Switch = "0" - cache is always invalid and will get constantly updated / Switch = "+1" - cached objects are checked every 1+ seconds -->
<add key="UBIK.Service.ValidityPeriod" value="300-1"/>
<!-- Switch = "0" - No logging / Switch = "10" - Simple logging / Switch = "20" - Detailed logging -->
<!-- In the case of SessionManagementType = "1", the URL of the PUSH Service must be configured using this setting. -->
<add key="UBIK.Service.PushServiceUrl" value="https://myusamserver.mydomain:myport/UBIK/PUSH/UBIKPUSH.svc/SOAP"/>
</appSettings><!-- Refreshing cached objects when a change (in the DB) by another process is detected -->  <!-- Switch = "0" - no change detection / Switch = "1" - changes are detected --> <add key="UBIK.Service.EnableChangeNotifications" value="1"/>
</source>
[[Category:Installing|Configuration Files/AppSettings.config]][[Category:Web service|Configuration Files/AppSettings.config]]
=== Example PUSH ===
1,726
edits