From bf3391f1f6b27e76c29bbe0e85841a80a010dfde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Moreira?= Date: Fri, 20 Dec 2019 12:39:55 -0300 Subject: [PATCH] [README] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 793fe9b8..36a6a2e2 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ updates: ### How to improve the performance - Disable package types that you do not want to deal with ( via GUI ) -- If you don't care about restarting the app every time a new supported packaging technology is installed, enable `single_dependency_checking`. This can reduce the application response time up in some scenarios, since it won't need to recheck if required technologies are available for every action you request. +- If you don't care about restarting the app every time a new supported packaging technology is installed, enable `single_dependency_checking`. This can reduce the application response time, since it won't need to recheck if required technologies are available for every action you request. - If you don't mind to see the applications icons, you can disable `download: icons: false`. The application may have a slight response improvement, since it will reduce the IO and parallelism within it. - Let the `disk_cache` always enabled so **bauh** does not need to dynamically retrieve data every time you launch it.