Skip to content

Commit

Permalink
ref: increase max-ttl to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykcieszkowski committed Jun 24, 2022
1 parent 40631fc commit 770bb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/mtr-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const mtrCmd = (options: MtrOptions): ExecaChildProcess => {
'--show-ips',
['--interval', '0.5'],
['--gracetime', '3'],
['--max-ttl', '20'],
['--max-ttl', '30'],
['--timeout', '15'],
protocolArg ? `--${protocolArg}` : [],
['-c', packetsArg],
Expand Down

0 comments on commit 770bb10

Please sign in to comment.