Developer Documentation Library > Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Interviewer Monitoring activity > Refresh rate
 
Refresh rate
This list is refreshed periodically to ensure that it is up to date. The default refresh rate the very first time each user runs this activity is 30 seconds, but supervisors can select a different refresh rate if they want.
Refresh rates are defined in the Web.config file in
C:\InetPub\wwwroot\SPSSMR\CatiMonitoring
<appSettings>
  <add key="OVERVIEW_REFRESH_INTERVAL_OPTIONS_IN_SECONDS" value="10, 20, 30, 60, 120" />
</appSettings>
You can add extra times to the list or replace existing values with new values. The minimum refresh rate is five seconds, and values must be entered in ascending numerical order, separated by commas.
See also
Settings for the Interviewer Monitoring activity