Heat Map Update Frequency
The rendering frequency of heat maps in Hawk WebConsole can be controlled using the following parameters in web.xml
:
heatmap_update_type
— Specifies if the heatmap can be updated automatically or at the specified time interval. Set the value to one of the following:
— | auto —Updates heatmap automatically for optimal performance |
— | timer — Gives control to specify the rendering rate using the parameter "heatmap_render_rate" |
— | heatmap_render_rate — Specifies how often the heatmap is updated. Default value 10 seconds. The minimum value is 5 seconds. |