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:
JimMoen 2023-11-30 12:01:23 +08:00
parent 2bdbbc2046
commit ee25d9bd9e
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
2 changed files with 3 additions and 1 deletions

View File

@ -98,7 +98,7 @@
#+W w
## 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.
#+L

2
changes/fix-12059.en.md Normal file
View File

@ -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)