How should I configure the underlying HTTP client in the Java Platform SDK for a custom desktop app handling frequent screen pop updates? I’m using ApiClientBuilder but seeing thread contention spikes. Should I inject a custom HttpClient with a fixed connection pool, or does the SDK handle pooling internally? Currently getting occasional timeouts on /api/v2/users/me. Any sample config for thread-safe pooling?