Desktop User Guides > Interviewer > Customizing the applications > Setting the project cache file’s save mode
 
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
1 Edit the IPlayerConsole.exe.config file: see Customizing the Interviewer Console.
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
Customizing the applications
Setting the default language for UNICOM Intelligence Interviewer
Customizing application text
Customizing application banner and icons
Customizing project status graphics
Customizing background color