You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/features/distributed_inferencing.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,8 +130,10 @@ There are options that can be tweaked or parameters that can be set using enviro
130
130
| Environment Variable | Description |
131
131
|----------------------|-------------|
132
132
|**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)|
134
134
|**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) |
0 commit comments