Skip to content

feat: add configurable threaddump refresh interval#5448

Open
SteKoe wants to merge 1 commit into
masterfrom
feat/5445-add-property-to-control-threaddump-refresh
Open

feat: add configurable threaddump refresh interval#5448
SteKoe wants to merge 1 commit into
masterfrom
feat/5445-add-property-to-control-threaddump-refresh

Conversation

@SteKoe

@SteKoe SteKoe commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

closes #5445

@SteKoe SteKoe requested a review from a team as a code owner June 15, 2026 12:51
process: 2500,
memory: 2500,
threads: 2500,
threaddump: 2500,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't you keep the same value from before as default?

/**
* Time in milliseconds to refresh data in threaddump view.
*/
private int threaddump = 2500;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't you keep the same value from before as default?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

threaddump is hardcoded to run once per second.

2 participants