Desktop User Guides > Interviewer > Customizing the applications > Setting the archived file disk space
 
Setting the archived file disk space
UNICOM Intelligence Interviewer archives images and audio files that are used during interviews. Over time, the files can occupy a large amount of disk space.
To control the amount of disk space that is used by the archived image and audio files
1 Edit the IPlayerConsole.exe.config file: see Customizing the Interviewer Console.
2 Set the ArchivedFilesTotalSizeLimit value (in Mb).
Example
<appSettings>
  <add key="ArchivedFilesTotalSizeLimit" value="512"/>
</appSettings>
See also
Customizing the applications