mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-08-14 14:40:00 +00:00
fix(config): correct typo in comment regarding max_response_hops
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ respond_to_dms = true
|
||||
|
||||
# Maximum number of hops on an incoming message, any higher and it will be ignored.
|
||||
# Messages received with a high number of hops are rarely intended for the local
|
||||
# mesh and are not likely to get recieve a response.
|
||||
# mesh and are not likely to receive a response.
|
||||
# Code default when omitted: 64. This example uses 7 for a tighter local mesh.
|
||||
max_response_hops = 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user