fix: vm.args use `multi_time_warp`
See also: https://www.erlang.org/doc/apps/erts/time_correction#multi-time-warp-mode
This commit is contained in:
parent
2bdbbc2046
commit
ee25d9bd9e
|
@ -98,7 +98,7 @@
|
||||||
#+W w
|
#+W w
|
||||||
|
|
||||||
## Sets time warp mode: no_time_warp | single_time_warp | multi_time_warp
|
## Sets time warp mode: no_time_warp | single_time_warp | multi_time_warp
|
||||||
#+C no_time_warp
|
+C multi_time_warp
|
||||||
|
|
||||||
## Prevents loading information about source filenames and line numbers.
|
## Prevents loading information about source filenames and line numbers.
|
||||||
#+L
|
#+L
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Use `multi-time-warp` as default time warp mode.
|
||||||
|
See also: [time_correction_#multi-time-warp-mode](https://www.erlang.org/doc/apps/erts/time_correction#multi-time-warp-mode)
|
Loading…
Reference in New Issue