Update comment

This commit is contained in:
Benoit Marty 2026-02-02 10:45:39 +01:00 committed by GitHub
parent 7d4243657c
commit 9d8eec7ad1

View file

@ -161,7 +161,7 @@ class RustMatrixClientFactory(
.requestConfig( .requestConfig(
RequestConfig( RequestConfig(
timeout = 30_000uL, timeout = 30_000uL,
// retryLimit must be non-zero for the SDK to retry API calls when rate-limited. // retryLimit must be non-zero for the SDK to retry API calls in case of error (including 429 Too Many Requests error).
retryLimit = 3u, retryLimit = 3u,
// Use default values for the rest // Use default values for the rest
maxConcurrentRequests = null, maxConcurrentRequests = null,