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