From 49e32b19701b64820171b3a8883ad950b1298ed0 Mon Sep 17 00:00:00 2001 From: erilong Date: Tue, 11 Feb 2014 20:39:57 +0000 Subject: [PATCH] add parameters for changing file sync jobs --- .../src/docbook/configuration.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/symmetric-assemble/src/docbook/configuration.xml b/symmetric-assemble/src/docbook/configuration.xml index 00599b9fec..e2febba5df 100644 --- a/symmetric-assemble/src/docbook/configuration.xml +++ b/symmetric-assemble/src/docbook/configuration.xml @@ -2401,19 +2401,24 @@ following figure.
File Sync Push and Pull Jobs -In addition to the push and pull jobs used to synchronize database changes, two additional push and pull jobs -have been introduced as of version 3.5. These two new jobs are responsible for the sending of -files resulting from the file synchronization configuration. These jobs are further discussed -in . +The File Sync Push and Pull jobs (introduced in version 3.5) are responsible for synchronizing file changes. +These jobs work with batches on the filesync channel and create ZIP files of changed files +to be sent and applied on other nodes. +The parameters job.file.sync.push.period.time.ms and job.file.sync.pull.period.time.ms +control how often the jobs runs, which default to every 60 seconds. +See also and .
File System Tracker Job -A third background job, also introduced in verison 3.5., is a job responsible for the monitoring and -recording of file system changes that take place in monitored directories and subdirectories as configured for file -synchronization. This job is further discussed in . +The File System Tracker job (introduced in version 3.5) is responsible for monitoring and +recording the events of files being created, modified, or deleted. +It records the current state of files to the table. +The parameter job.file.sync.tracker.cron controls how often the job runs, +which defaults to every 5 minutes. +See also and .