Page 1 of 1

How do you...

PostPosted: Tue Mar 23, 2010 5:30 pm
by mabe
What's the best way to increase the wait time for a particular AJAX synchronization step? I want to change it from 300 seconds to 1000 seconds on just this one page?

Re: How do you...

PostPosted: Thu Mar 25, 2010 4:09 pm
by eValid
mabe wrote:What's the best way to increase the wait time for a particular AJAX synchronization step? I want to change it from 300 seconds to 1000 seconds on just this one page?

The values for the maximum synchronization time are stored by eValid in the registry, but there is a special set of commands that can be used to override the registry settings for any particular playback.

Check the documentation for the complete list of "PlayValue" commands, but the specific one for the maximum synchronization time is "PlayValue _PJ 1000000" -- note that 1000 seconds is 1000000 msecs.

The eValid Team