mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Bump OkHttp and re-enable fast fallback
It wasn't very stable last time, but we'll see how it goes in preview builds.
This commit is contained in:
		| @@ -32,7 +32,7 @@ class NetworkHelper(context: Context) { | ||||
|                 .connectTimeout(30, TimeUnit.SECONDS) | ||||
|                 .readTimeout(30, TimeUnit.SECONDS) | ||||
|                 .callTimeout(2, TimeUnit.MINUTES) | ||||
|                 // .fastFallback(true) // TODO: re-enable when OkHttp 5 is stabler | ||||
|                 .fastFallback(true) | ||||
|                 .addInterceptor(userAgentInterceptor) | ||||
|                 .addNetworkInterceptor(http103Interceptor) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user