Check for updates after 5 seconds

Hi, is there a way to keep the site tab open for longer. My data is loading for a few seconds and the tab closes right before the Number comes in.

1 Like

Hey @Matyas,

You have to update the delay time(which is the time taken in seconds by the page to load.) on the config section.

To go to config section:-
You have to go to the “Edit Options” window → click on the down caret button right to the “Open Selector” button → click on “Show config”.

In the “show config” section you will see a JSON with a “delay” key which If set to a value other than 0, pages wait for that specified delay in seconds before Distill checks the page.

For more info checkout the article on config options.

2 Likes