Skip to content

Commit

Permalink
remove @synchronized in CloudflareInterceptor.kt for performance (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
MangaCrushTeam authored Sep 23, 2023
1 parent d81fafc commit 41fea1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 41fea1d

Please sign in to comment.