Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Status activity
 
Settings for the Status activity
The Status activity displays a report showing the number of interviews that terminated in each interview outcome state. The report refreshes every 60 seconds.
To change the refresh time, set value= in the <appSettings> section of the Web.config file in the ReviewProject folder:
<appSettings>
  <add key="ReviewProject.RefreshTime" value="60" />
</appSettings>
See also
Web configuration files