ExternalProviderPollerService.properties

The full path of this file is /etc/escenic/engine/common/com/escenic/media/ext/poll/ExternalProviderPollerService.properties. You need to set the following properties in this file.

serviceEnabled

It controls the external media import service, which is disabled by default. In order to enable the service, add the following property.

serviceEnabled=true
interval

This property determines how frequently the import service runs. By default, the interval between the termination of one execution and the commencement of the next is 30000 milliseconds. You can, however, override it as follows:

interval=20000