mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Increase default OkHttp call timeout to 2 minutes
Which is still stupidly high, but maybe it'll be lenient enough for certain people.
This commit is contained in:
		@@ -27,7 +27,7 @@ class NetworkHelper(context: Context) {
 | 
			
		||||
                .cookieJar(cookieManager)
 | 
			
		||||
                .connectTimeout(30, TimeUnit.SECONDS)
 | 
			
		||||
                .readTimeout(30, TimeUnit.SECONDS)
 | 
			
		||||
                .callTimeout(90, TimeUnit.SECONDS)
 | 
			
		||||
                .callTimeout(2, TimeUnit.MINUTES)
 | 
			
		||||
                // .fastFallback(true) // TODO: re-enable when OkHttp 5 is stabler
 | 
			
		||||
                .addInterceptor(UserAgentInterceptor())
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user