Skip to content

Commit

Permalink
Update DEFAULT_CONFIG.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Aug 29, 2024
1 parent 3579f12 commit 926208c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
},
/// Configure the scouting mechanisms and their behaviours
scouting: {
/// In client mode, the period dedicated to scouting for a router before failing
/// In client mode, the period in milliseconds dedicated to scouting for a router before failing.
timeout: 3000,
/// In peer mode, the period dedicated to scouting remote peers before attempting other operations
delay: 200,
/// In peer mode, the maximum period in milliseconds dedicated to scouting remote peers before attempting other operations.
delay: 500,
/// The multicast scouting configuration.
multicast: {
/// Whether multicast scouting is enabled or not
Expand Down

0 comments on commit 926208c

Please sign in to comment.