Timings are not recording past 5 minutes

Hello,

For some reason my timings are not recording more than 5 minutes. Our server has been up for 12+ hours, but when I generate a timings report, I can only see 3-5 minutes.

e.g. Aikar's Timings Viewer

How can I make them record for longer?

Any help will be appreciated!

Best Regards,
Johann

In the global.conf, you’ll find a section called timings:

    timings {
        enabled=true
        hidden-config-entries=[
            "sponge.sql"
        ]
        history-interval=300
        history-length=3600
        server-name-privacy=false
        verbose=true
    }

Change the history-length to whatever duration you see fit.

2 Likes

Thanks for the info, really appreciate it.