HomeClusterLabs Projects

Refactor: cts: Make journal log limit handling more efficient

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: cts: Make journal log limit handling more efficient

Don't bother iterating over the whole list of messages if the last
message is before the limit. They're sorted, so that implies all
messages were logged before the limit.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Mar 23 2024, 10:03 PM

Commit No Longer Exists

This commit no longer exists in the repository.