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.