GitBook: [2.0.0] one page modified

This commit is contained in:
boneyard93501 2021-07-05 01:24:24 +00:00 committed by gitbook-bot
parent 7ac39321b6
commit e0eec8e40f
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

2
p2p.md
View File

@ -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