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