Related Properties
absolute.path.imageMagick
- mandatory absolute path to folder containing imageMagick converter tool
admin.import.download.image.url.path
- "root folder" where images downloaded from import file will be put, if not set will use java.io.tmpdir
admin.import.download.image.url.connection.timeout
- timeout for image download, default 10 (sec)
admin.import.download.image.url.socket.timeout
- timeout for image download, default 30 (sec)
import.product.batch.size
- size of batch, 100 by default. !! Be Careful changing that, this also affects number of entries in the SQL IN statements, so depending on your DB this should be tweaked with baring that in mind
import.order.batch.size
- size of batch, 100 by default. !! Be Careful changing that, this also affects number of entries in the SQL IN statements, so depending on your DB this should be tweaked with baring that in mind
import.customer.batch.size
- size of batch, 100 by default. !! Be Careful changing that, this also affects number of entries in the SQL IN statements, so depending on your DB this should be tweaked with baring that in mind
import.customer.address.batch.size
- size of batch, 100 by default. !! Be Careful changing that, this also affects number of entries in the SQL IN statements, so depending on your DB this should be tweaked with baring that in mind
import.category.batch.size
- size of batch, 100 by default. !! Be Careful changing that, this also affects number of entries in the SQL IN statements, so depending on your DB this should be tweaked with baring that in mind
asset.import.folder.name
- cms assets folder name where static assets will be put after download, IMPORT by default, if no folder with such name, it will be created under root folder
admin.import.allowed.image.size
- max image size to downolad, default no limit, set integer value it will be treated in MB
admin.import.image.download.max.retry.count
- number of attempts to retry to download external file, default 10
admin.import.image.download.batch.size
- number of images to download when job is triggered, default is 100
admin.import.image.download.wait.before.retry.millis
- wait before retry to download, calculated as current time of server minus time of last action(updated column) for the oldest failed item in blc_media_import_info table, 300000 by default = 5 mins
admin.import.image.send.invalidate.cache.event
- set to false if you don't want cache invalidation event for sku to be fired when images are processed for that sku.
should.send.solr.on.approval
- enterprise module property, default is true. If solr event will be created during persisting approval state
import.process.event.worker.type
- type of worker for import process. By default ADMIN used.
import.image.event.worker.type
- type of worker that will be used to import images. By default ADMIN used.