mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 18:04:35 -05:00
remove @Synchronized in CloudflareInterceptor.kt for performance (#688)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user