Skip to content

Stop periodically printing _PrintCounts for _POSSIBLE#1384

Merged
lemmy merged 1 commit intomasterfrom
mku-PeriodicPossible
Apr 29, 2026
Merged

Stop periodically printing _PrintCounts for _POSSIBLE#1384
lemmy merged 1 commit intomasterfrom
mku-PeriodicPossible

Conversation

@lemmy
Copy link
Copy Markdown
Member

@lemmy lemmy commented Apr 29, 2026

Previously, _POSSIBLE implicitly configured _PrintCounts as periodic when no user-defined _PERIODIC was present. This caused per-predicate hit counts to be emitted on every doPeriodicWork() tick, which is too intrusive.

Users who need periodic counts can enable them explicitly by extending the _Possible module and setting _PERIODIC _PrintCounts.

Addresses Github issue #860
#860

[Feature][TLC]

@lemmy lemmy self-assigned this Apr 29, 2026
@lemmy lemmy added enhancement Lets change things for the better Tools The command line tools - TLC, SANY, ... labels Apr 29, 2026
@lemmy lemmy requested a review from Copilot April 29, 2026 14:32

This comment was marked as resolved.

Previously, `_POSSIBLE` implicitly configured _PrintCounts as periodic
when no user-defined `_PERIODIC` was present. This caused per-predicate
hit counts to be emitted on every `doPeriodicWork()` tick, which is too
intrusive.

Users who need periodic counts can enable them explicitly by extending
the `_Possible` module and setting `_PERIODIC _PrintCounts`.

Addresses Github issue #860
#860

[Feature][TLC]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
@lemmy lemmy force-pushed the mku-PeriodicPossible branch from e3149c0 to 03bfab5 Compare April 29, 2026 14:44
@lemmy lemmy marked this pull request as ready for review April 29, 2026 15:27
@lemmy lemmy added this to the 1.8.0 milestone Apr 29, 2026
@lemmy lemmy merged commit cc6b616 into master Apr 29, 2026
11 checks passed
@lemmy lemmy deleted the mku-PeriodicPossible branch April 29, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Lets change things for the better Tools The command line tools - TLC, SANY, ...

Development

Successfully merging this pull request may close these issues.

2 participants