Skip to content

Commit 14acff5

Browse files
committed
docs: fix whitespace
1 parent 25d935e commit 14acff5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/LIMITS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
In order to prevent excessive resource consumption by a libp2p node it's important to understand limits are applied and how to tune them to the needs of your application.
44

5-
## Table of contents
5+
## Table of contents <!-- omit in toc -->
66

77
- [Connection limits](#connection-limits)
88
- [Inbound connection threshold](#inbound-connection-threshold)
99
- [Data transfer and Event Loop limits](#data-transfer-and-event-loop-limits)
1010
- [Stream limits](#stream-limits)
1111
- [Mplex](#mplex)
1212
- [Yamux](#yamux)
13+
- [Protocol limits](#protocol-limits)
1314
- [Closing connections](#closing-connections)
1415
- [Transport specific limits](#transport-specific-limits)
1516
- [TCP](#tcp)
@@ -153,7 +154,7 @@ const node = await createLibp2pNode({
153154
})
154155
```
155156

156-
### Protocol limits
157+
### Protocol limits
157158

158159
When registering listeners for custom protocols, the maximum number of simultaneously open inbound and outbound streams per-connection can be specified. If not specified these will default to 32 inbound streams and 64 outbound streams.
159160

0 commit comments

Comments
 (0)