From 5992a9abaaf62fcfc6808e4055c8c3a4720918fd Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Tue, 30 Jun 2015 02:44:59 +0000 Subject: [PATCH] gridftp plugin config --- etc/daq-web-service.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/daq-web-service.conf.template b/etc/daq-web-service.conf.template index a0f94ed8..3f0b950d 100644 --- a/etc/daq-web-service.conf.template +++ b/etc/daq-web-service.conf.template @@ -22,6 +22,7 @@ numberOfProcessingThreads=3 defaultNumberOfRetries=3 defaultRetryWaitPeriodInSeconds=60 fileProcessor1=dm.common.processing.plugins.rsyncFileTransferPlugin.RsyncFileTransferPlugin() +#fileProcessor1=dm.common.processing.plugins.gridftpFileTransferPlugin.GridftpFileTransferPlugin() fileProcessor2=dm.daq_web_service.service.impl.dsProcessFileNotificationPlugin.DsProcessFileNotificationPlugin() [DsRestApiFactory] -- GitLab