Merge pull request #3969 from love-code-yeyixiao/patch-7

Update CHANGELOG.md
This commit is contained in:
DavidXanatos 2024-06-04 08:21:42 +02:00 committed by GitHub
commit 49cf66b08b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add option to limit the memory of sandboxed process and the number of process in single sandbox through job object. (thanks Yeyixiao)
- Use "TotalMemoryLimit"(Number,limit whole sandboxKB) and "ProcessMemoryLimit"(Number,limit single process,KB) to set memory limit.
- Use "TotalMemoryLimit"(Number,limit whole sandboxByte) and "ProcessMemoryLimit"(Number,limit single process,Byte) to set memory limit.
- Use "ProcessNumberLimit"(Number) to set process number limit.
- Add ability to modified sandboxed process logic speed (reduced fixed latency, modified single-player speed, etc.) (thanks Yeyixiao)
- Use "UseChangeSpeed=y" to open this feature,use "AddTickSpeed"/"AddSleepSpeed"/"AddTimerSpeed"/"LowTickSpeed"/"LowSleepSpeed"/"LowTimerSpeed"(Number) to set.