Skip to content

Commit

Permalink
Add missing changelog entry for #11361
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Müller authored and TheOneRing committed Nov 10, 2023
1 parent b2046ce commit 16dd633
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog/5.1.2_2023-11-10/11361
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Bugfix: Fix crash when keychain job takes longer than expected

In 5.1.1, we introduced a timeout for keychain jobs that killed them when their execution time exceeded 5 seconds and
log this to allow debugging of problems related to secrets handling.

Apparently, there are valid cases in which these jobs can take longer than the expected timeout, e.g., when the user
needs to unlock their keychain first or configure it otherwise.

We now let the jobs run indefinitely and log every 5 seconds whether the job is still running.

https://github.com/owncloud/client/pull/11361

0 comments on commit 16dd633

Please sign in to comment.