Setting the project cache file’s save mode
By default, the cache file is saved after the survey is completed. Cache files are important for synchronization. As such, it is important to ensure that the cache file is not missing data that could be lost in cases such as server crashes, power losses, and so on.
You can configure UNICOM Intelligence Interviewer to save the cache file after each question is asked. The option is not enabled by default as it might negatively affect overall system performance.
To set the save mode
2 Do one of the following:
▪To save the cache file after every question, set WriteCacheAfterEachQuestion to true. For example:
<appSettings>
...
<add key="WriteCacheAfterEachQuestion" value="true"/>
</appSettings>
▪To not save the cache file only after the survey is completed, set WriteCacheAfterEachQuestion to false.
See also