perf: reduce disk io when updating config values.

This commit is contained in:
l-const 2025-02-19 07:45:39 +02:00
parent 70e7390ca2
commit f97b4fe76c
No known key found for this signature in database
GPG key ID: 71BB70D3244647EF
3 changed files with 57 additions and 42 deletions

View file

@ -17,6 +17,7 @@ ignore = "0.4.21"
log = "0.4.20"
notify = "6.1.1"
open = "5.0.2"
paste = "1.0.15"
patch = "0.7.0"
regex = "1.10"
serde = { version = "1", features = ["serde_derive"] }
@ -27,7 +28,10 @@ two-face = "0.3.0"
# Internationalization
icu_collator = "1.5"
icu_provider = { version = "1.5", features = ["sync"] }
i18n-embed = { version = "0.14", features = ["fluent-system", "desktop-requester"] }
i18n-embed = { version = "0.14", features = [
"fluent-system",
"desktop-requester",
] }
i18n-embed-fl = "0.7"
rust-embed = "8"