X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/4c15e80040f6ac2fc79d599d1722cf209cc30536..a5e6228afbf1809d33d9a31e0895c5e955c39ce1:/time-limit.diff diff --git a/time-limit.diff b/time-limit.diff index 118ce58..e6a6876 100644 --- a/time-limit.diff +++ b/time-limit.diff @@ -123,7 +123,7 @@ diff --git a/options.c b/options.c default: /* A large opt value means that set_refuse_options() * turned this option off. */ -@@ -1848,6 +1883,15 @@ void server_options(char **args, int *argc_p) +@@ -1849,6 +1884,15 @@ void server_options(char **args, int *argc_p) args[ac++] = arg; } @@ -151,7 +151,7 @@ diff --git a/rsync.yo b/rsync.yo --write-batch=FILE write a batched update to FILE --only-write-batch=FILE like --write-batch but w/o updating dest --read-batch=FILE read a batched update from FILE -@@ -1977,6 +1979,19 @@ transfer was too fast, it will wait before sending the next data block. The +@@ -1995,6 +1997,19 @@ transfer was too fast, it will wait before sending the next data block. The result is an average transfer rate equaling the specified limit. A value of zero specifies no limit.