From c33e67fb81c68bbfd78e00eeca90d9940d20884f Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 18 Oct 2014 22:27:50 +0200 Subject: [PATCH] Remove processes param completely from docs --- docs/config.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 4232f10..c41e05d 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -20,12 +20,6 @@ General Section next sync. The data is needed to determine whether a new item means it has been added on one side or deleted on the other. - .. note:: - - Due to restrictions in Python's threading module, setting ``processes`` - to anything else than ``1`` will mean that you can't properly abort the - program with ``^C`` anymore. - - ``passwordeval`` specifies a command to query for server passwords. The command will be called with the username as the first argument, and the hostname as the second.