TP-85576 | Owais | socket exception (#255)
This commit is contained in:
@@ -86,9 +86,8 @@ object AlfredFailureRetrofitProvider {
|
||||
}
|
||||
addInterceptor(networkInterceptor)
|
||||
addInterceptor(
|
||||
alfredResourceManagerInterceptor.resourceManagerNetworkInterceptor
|
||||
)
|
||||
connectionPool(ConnectionPool(0, 5, TimeUnit.MINUTES))
|
||||
alfredResourceManagerInterceptor.resourceManagerNetworkInterceptor
|
||||
)
|
||||
.protocols(listOf(Protocol.HTTP_1_1))
|
||||
}
|
||||
.build()
|
||||
|
||||
@@ -90,9 +90,8 @@ object AlfredRetrofitProvider {
|
||||
}
|
||||
addInterceptor(networkInterceptor)
|
||||
addInterceptor(
|
||||
alfredResourceManagerInterceptor.resourceManagerNetworkInterceptor
|
||||
)
|
||||
connectionPool(ConnectionPool(0, 5, TimeUnit.MINUTES))
|
||||
alfredResourceManagerInterceptor.resourceManagerNetworkInterceptor
|
||||
)
|
||||
.protocols(listOf(Protocol.HTTP_1_1))
|
||||
}
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user