From 67c3040d39f13659736cb17a8778f9921fd6d713 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 4 Mar 2024 14:33:34 +0100 Subject: [PATCH] Federate process index should start from zero --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1b2507f4e..b27cd4b01 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -91,7 +91,7 @@ pub struct CmdArgs { disable_activity_sending: bool, /// The index of this outgoing federation process. /// - /// Defaults to 1/1. If you want to split the federation workload onto n servers, run each server 1≤i≤n with these args: + /// Defaults to 1/1. If you want to split the federation workload onto n servers, run each server 0