Skip to main content

Home

Setting polling period to refresh the Data page

You can set the polling time to refresh the Data page using the com.unraveldata.data.poll.interval.mins property. By default, the polling interval time is 1440 minutes (24 hours ). After installing Unravel, you can change the Data page refresh time by running the manager config set command.

  1. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. Set the com.unraveldata.data.poll.interval.mins property and specify the value in minutes.

    <Unravel installation directory>/unravel/manager config properties set com.unraveldata.data.poll.interval.mins <time in minutes> 
    

    For example: /opt/unravel/manager config properties set com.unraveldata.data.poll.interval.mins 1800

  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel.

    <Unravel installation directory>/unravel/manager start