Periodic Disconnections from OpenHAB Cloud

I’ve been experiencing periodic disconnections and reconnects to the openHAB Cloud service over the past few days. Everything seems to function correctly, but several times an hour, there’s a ping timeout followed by a disconnection and immediate reconnection. This is causing some instability in my setup, and I’m not sure how to address it.

Here are some logs from the console:

2025-03-01 01:15:41.863 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 12…b2, base URL = http://localhost:8080)
2025-03-01 01:15:48.789 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 12…b2, base URL = http://localhost:8080)
2025-03-01 01:18:24.421 [WARN ] [io.openhabcloud.internal.CloudClient] - Socket.IO disconnected: ping timeout
2025-03-01 01:18:24.423 [INFO ] [io.openhabcloud.internal.CloudClient] - Disconnected from the openHAB Cloud service (UUID = 12…b2, base URL = http://localhost:8080)
2025-03-01 01:18:33.070 [INFO ] [io.openhabcloud.internal.CloudClient] - Connected to the openHAB Cloud service (UUID = 12…b2, base URL = http://localhost:8080)

I’ve tried adjusting some settings, but I can’t seem to find any options related to increasing the timeout or improving the connection stability. Does anyone have any suggestions or solutions for this issue? I’d greatly appreciate any help or insights the community can provide!