README: added note about preventSlowSync in local sync

Because the client in the local sync starts the sync,
preventSlowSync=0 must be set in the target config to have an effect.
This commit is contained in:
Patrick Ohly 2011-07-18 18:01:35 +02:00
parent de009100f5
commit 36af6f1b31
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if COND_CORE
SUBDIRS += po test
dist_doc_DATA += README NEWS COPYING $(TEST_README_FILES) test/syncevo-http-server-logging.conf
if COND_HTML_README
dist_doc_DATA += README.html
# dist_doc_DATA += README.html
endif
if COND_MAN_PAGES
man_MANS += syncevolution.1

View File

@ -668,6 +668,9 @@ starting a synchronzation with the sync config.
variants transfer in the other direction, even if the target config
happens to access data on a remote server.
**Warning:** because the client in the local sync starts the sync,
``preventSlowSync=0`` must be set in the target config to have an effect.
CalDAV and CardDAV
==================