Page 1 of 1

DOM Element

PostPosted: Tue Apr 06, 2010 6:11 pm
by index9
We have this script that synchronizes on a DOM element, but how do we (a) change the rate at which eValid tries to sync and (b) set the maximum time for eValid to try before giving up and calling an ERROR?

Re: DOM Element

PostPosted: Wed Apr 07, 2010 10:23 am
by eValid
index9 wrote:We have this script that synchronizes on a DOM element, but how do we (a) change the rate at which eValid tries to sync and (b) set the maximum time for eValid to try before giving up and calling an ERROR?

On this one you're in luck.

Both settings are available from the eValid Settings pulldown.

The rate at which synchronizations are retried can be varied up to as fast as 100Hz (a delay of 10 msec between tries).

The total time interval later than which an ERROR is called also can be set, to essentially any time (but in practice, more than 5 minutes = 300000 msecs probably is long enough).

The eValid Team