enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
202 stars 34 forks source link

POC: Make subproject sync interval configurable #8299

Closed rymsha closed 4 years ago

rymsha commented 4 years ago

also with magic value to disable it completely.

vbradnitski commented 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)

rymsha commented 4 years ago

Generally it is ISO_8601 Duration format https://en.wikipedia.org/wiki/ISO_8601#Durations