Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Mar 26, 2019
1 parent 84ddf5e commit 5d28bef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deb/kaltura-base/debian/batch.ini.template
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ enabledWorkers.KAsyncConvertThumbAssetsGenerator = 1
enabledWorkers.KAsyncLiveToVod = 1
enabledWorkers.KAsyncCopyCaptions = 1
enabledWorkers.KAsyncCopyCuePoints = 1
enabledWorkers.KAsyncUsersCsv = 1

[mainTemplate : template]
enabledWorkers.DirectoryCleanupShared = 1
Expand Down Expand Up @@ -814,3 +813,12 @@ id = 690
friendlyName = Copy Cue Point
type = KAsyncCopyCuePoints
scriptPath = ../plugins/cue_points/base/batch/copyCuePoints/KAsyncCopyCuePointsExe.php

[KAsyncExportCsv : JobHandlerWorker]
id = 700
friendlyName = Export Csv
type = KAsyncExportCsv
params.localTempPath = @TMP_DIR@/exportcsv
params.sharedTempPath = @WEB_DIR@/tmp/exportcsv
scriptPath = batches/ExportCsv/kAsyncExportCsvExe.php
maximumExecutionTime = 3600

0 comments on commit 5d28bef

Please sign in to comment.