Skip to content

Commit d3a217c

Browse files
authored
chore(docs): update p2p env var documentation (#3350)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 2a3427e commit d3a217c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/docs/features/distributed_inferencing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ There are options that can be tweaked or parameters that can be set using enviro
130130
| Environment Variable | Description |
131131
|----------------------|-------------|
132132
| **LOCALAI_P2P_DISABLE_DHT** | Set to "true" to disable DHT and enable p2p layer to be local only (mDNS) |
133-
| **LOCALAI_P2P_DISABLE_LIMITS** | Set to "true" to disable connection limits and resources management |
133+
| **LOCALAI_P2P_ENABLE_LIMITS** | Set to "true" to enable connection limits and resources management (useful when running with poor connectivity or want to limit resources consumption) |
134134
| **LOCALAI_P2P_TOKEN** | Set the token for the p2p network |
135+
| **LOCALAI_P2P_LOGLEVEL** | Set the loglevel for the LocalAI p2p stack (default: info) |
136+
| **LOCALAI_LIBP2P_LOGLEVEL** | Set the loglevel for the underlying libp2p stack (default: fatal) |
135137

136138
## Architecture
137139

0 commit comments

Comments
 (0)