This message was deleted.
# community-support
s
This message was deleted.
j
have u tried,
Copy code
systemProp.http.keepAlive=false
in gradle.properties file. Also try
Copy code
org.gradle.jvmargs=-Dhttp.keepAlive=false
in gradle.properties file.
s
@Jishin John nope let us try, thanks a lot!
What about?
Copy code
httpconnectionManager.ttlSeconds=120"
@Jishin John also which one should I try? Both?
Copy code
systemProp.http.keepAlive=false
org.gradle.jvmargs=-Dhttp.keepAlive=false