One web region for ever without layout reload

I have a website that has it’s own internal refresh every minute.
The refresh is seamless AJAX and causes no interruption in the board display.
The website is the only thing the boards needs to display for ever (unless there is a special event)

If I load this into a layout and set the no duration on the region it’s sets the layout duration to a minute, when I schedule this the layout times out after 1 minute and there is a black screen and a slight delay as the website loads this is distracting.

What is the best way to resolve this issue? Set a duration of 24 hours and schedule each day? Or is there a better way?

Thanks

You can do as you suggest, set a duration of 1 day on the widget.

For scheduling, you can just use “Always”. No need to use repeats. The layout will loop itself when it finishes.

Thanks Alex I continue with that approach.