From 7ebb0bdb8641bf62a554716cb0a87ff43d6e8349 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sun, 26 Sep 2021 21:21:23 +0200 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8240d1d..53ab857c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - added "SbieTrace=y" option to trace the interaction between Sandboxie processes and the Sandboxie core components - when initializing an empty sandbox, MSI debug keys are set to generate the debug output of MSI installer service - added "DisableComProxy=y" allowing to disable COM proxying through the service -- added "ProcessLimit=..." that allows to limit the max count pf processes in a sandbox [#1230](https://github.com/sandboxie-plus/Sandboxie/issues/1230) +- added "ProcessLimit=..." that allows to limit the max count of processes in a sandbox [#1230](https://github.com/sandboxie-plus/Sandboxie/issues/1230) ### Changed - reworked SbieSvc ini server to allow settings caching and greatly improve performance