We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07899f commit d0dc544Copy full SHA for d0dc544
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -291,10 +291,10 @@ public class SentryOptions {
291
private @NotNull ISentryExecutorService executorService = NoOpSentryExecutorService.getInstance();
292
293
/** connection timeout in milliseconds. */
294
- private int connectionTimeoutMillis = 5000;
+ private int connectionTimeoutMillis = 30_000;
295
296
/** read timeout in milliseconds */
297
- private int readTimeoutMillis = 5000;
+ private int readTimeoutMillis = 30_000;
298
299
/** Reads and caches envelope files in the disk */
300
private @NotNull IEnvelopeCache envelopeDiskCache = NoOpEnvelopeCache.getInstance();
0 commit comments