https://bugs.kde.org/show_bug.cgi?id=508253

Sebastian Sauer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kconfig/-/commit/489
                   |                            |8d6ca9bb8e41694f047cabbe99c
                   |                            |090ec0a51c
         Resolution|UPSTREAM                    |FIXED

--- Comment #14 from Sebastian Sauer <[email protected]> ---
Git commit 4898d6ca9bb8e41694f047cabbe99c090ec0a51c by Sebastian Sauer.
Committed on 24/10/2025 at 09:11.
Pushed by meven into branch 'master'.

Use QLockFile.tryLock with timeout rather then lock forever

1. Use QLockFile.tryLock() with timeout rather then QLockFile.lock()
   since the later waits forever.
2. Decrease the QLockFile.staleLockTime from the default 30s
   to 20s and set the tryLockTimeout to 45s.
3. Log a warning with the LockError if that happens.

M  +13   -7    src/core/kconfigini.cpp

https://invent.kde.org/frameworks/kconfig/-/commit/4898d6ca9bb8e41694f047cabbe99c090ec0a51c

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to