Easy Chart Query timeout

Hi,

Is there any way to set the tag history query timeout higher than 60seconds? I’ve set the client startup script to

system.util.setConnectTimeout(240000)

but a tag history query on an easy chart gives up after 60 seconds.

I think that falls under the 'Read Timeout' which should be under project properties. Client -> Timing.

Or if you want to do it via script: system.util.setReadTimeout

2 Likes