temporal.setLsqtAutomation( temporal-collection as String, on as Boolean, [period as Number], [lag as Number] ) as null
This function sets whether Last Stable Query Time (LSQT) management is automatic. And, if enabled, how often LSQT is to be advanced.
For details on how to use LSQT, see Last Stable Query Time (LSQT) and Application-controlled System Time in the Temporal Developer's Guide
declareUpdate(); const temporal = require("/MarkLogic/temporal.xqy"); temporal.setLsqtAutomation("temporalCollection", true, 5000); => (: Automtacially advance LSQT every 5000 ms :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.