remove @Synchronized in CloudflareInterceptor.kt for performance (#688)

This commit is contained in:
MangaCrushTeam
2023-09-24 04:26:07 +08:00
committed by GitHub
parent d81fafc9f6
commit 41fea1d2a0
@@ -25,7 +25,6 @@ class CloudflareInterceptor : Interceptor {
private val network: NetworkHelper by injectLazy()
@Synchronized
override fun intercept(chain: Interceptor.Chain): Response {
val originalRequest = chain.request()