From e0eec8e40fc97c46c19aeb864b2a026bf1b16493 Mon Sep 17 00:00:00 2001 From: boneyard93501 Date: Mon, 5 Jul 2021 01:24:24 +0000 Subject: [PATCH] GitBook: [2.0.0] one page modified --- p2p.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p.md b/p2p.md index 908673f..649e429 100644 --- a/p2p.md +++ b/p2p.md @@ -63,7 +63,7 @@ func foobar(node:string, service_id:string, func_name:string) -> string: ``` -As long as foo\(\) is running, the entire FooBar service, including bar\(\), is blocked. This has implications with respect to both service granularity and redundancy. +As long as foo\(\) is running, the entire FooBar service, including bar\(\), is blocked. This has implications with respect to both service granularity and redundancy, where service granularity captures to number of functions per service and redundancy refers to the number of service instances deployed to different peers. ### Summary