Interviewer > Customizing the applications > Setting the archived file disk space
 
Setting the archived file disk space
UNICOM Intelligence Interviewer automatically 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, configure the ArchivedFilesTotalSizeLimit setting (in MB) in the IPlayerSyncMgr.exe.config file. For example:
<appSettings>
  <add key="ArchivedFilesTotalSizeLimit" value="512"/>
</appSettings>
See also
Customizing the applications