Closed rymsha closed 4 years ago
use content.sync.period
string(Duration format) variable in com.enonic.xp.content.cfg
to config how often sync task will be called.
content.sync.period = PT1M (every minute) content.sync.period = PT0M (to disable sync)
Generally it is ISO_8601 Duration format https://en.wikipedia.org/wiki/ISO_8601#Durations
also with magic value to disable it completely.