-
Notifications
You must be signed in to change notification settings - Fork 9
connectTimeout is hardcoded to 1 minute #43
Comments
@slonopotamus Do you have a concrete use case for making this configurable? |
I'm not sure. Currently, OSS Sonatype Nexus is suffering from severe performance issues and drops connections due to this timeout. If timeout was configurable, I could increase it to see if it helps or not. |
having same issue with this plugin and sonatype, not sure if this is the solution or not
|
Thanks for the info. In that case, I'd suggest that we add a new @slonopotamus @jpoehnelt Would one of you be interested in submitting a PR? |
I'll do that, no problem |
For the reference, here's Sonatype bugreport about this problem: https://issues.sonatype.org/browse/OSSRH-51875 |
https://github.com/marcphilipp/nexus-publish-plugin/blob/master/src/main/kotlin/de/marcphilipp/gradle/nexus/internal/NexusClient.kt#L42
I'd either set it to the same value as read/write timeouts or provide a separate option.
The text was updated successfully, but these errors were encountered: