Skip to content

Commit

Permalink
correct default value ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro committed Jan 18, 2024
1 parent d2be277 commit 56aceb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ MAX(0, MIN(1.0, baseImpatience + waitingTime / timeToMaxImpatience))

Where baseImpatience is configured by setting the vType-attribute
*impatience* and timeToMaxImpatience is set using the option **--time-to-impatience** (default
300s). Setting this option to 0 disables impatience growth. The value of baseImpatience may be negative to slow the growth of
180s). Setting this option to 0 disables impatience growth. The value of baseImpatience may be negative to slow the growth of
the dynamically computed impatience. It may also be defined with the
value **off** to prevent drivers from becoming impatient.

Expand Down

0 comments on commit 56aceb8

Please sign in to comment.