NexJ Logo

Configuring clock drift tolerance for notifications

The clock drift tolerance for notifications can be configured using the project adapter, which pulls the AMD module "nexj/rpc/drift," and sets the tolerance as required. For example:

/** @prop {integer} Allowed tolerance in ms for potential client/server time desync */
connect.tolerance = 300000;

The configured clock drift value is shown in the client in the About NexJ CRM dialog.