Skip to content

Introduce checkConditionWhenQueued setting

Latest
Compare
Choose a tag to compare
@numtel numtel released this 24 Aug 22:35
· 6 commits to master since this release

Set checkConditionWhenQueued setting to true to call the condition function of a query on every binlog row change event. By default (when undefined or false), the condition function will not be called again when a query is already queued to be refreshed. Enabling this can be useful if external caching of row changes.

Addresses #16