services.downloadmanager.home = /tmp/espasdm services.downloadmanager.dataproviderName = unknown # start datetime format dd/mm/yyyy HH:mm:ss services.downloadmanager.quota.cleanup.startdatetime = 05/11/2014 23:59:59 #time period should be num (long) of milliseconds services.downloadmanager.quota.cleanup.timeperiod = 86400000 # Provider quota limit defines the volume in the specifed home directory of the download manager that will be made available for responding to whole set of download request # volume specification format should be gb|mb|kb or plain if it is in bytes services.downloadmanager.quota.provider.limit = 1gb # Request quota limit defines the volume in the specifed home directory of the download manager that will be made available for responding to each download request # volume specification format should be gb|mb|kb or plain if it is in bytes services.downloadmanager.quota.request.limit = 10mb services.downloadmanager.quota.failure.bundle = true #Processing in a batch mode requires that this value is non-negative and non-zero services.downloadmanager.batchprocess.size = 10 services.downloadmanager.parallel.clients = 1 services.downloadmanager.ttl = 84600 services.downloadmanager.delay = 1000 services.downloadmanager.connection.readTimeout = 0 services.downloadmanager.servletUrl = http://${container.hostname}:${container.port}/${container.context} services.downloadmanager.startup.processincomplete = true