mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 15:56:50 +01:00
Enabling more threads in debug
This commit is contained in:
@@ -65,6 +65,8 @@ class OkHttpClientFactory(
|
||||
maxRequestsPerHost = 10
|
||||
maxRequests = 1024
|
||||
} else {
|
||||
maxRequestsPerHost = 5
|
||||
maxRequests = 256
|
||||
Log.i("OkHttpClientFactory", "Emulator detected, using default maxRequests: 64.")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user