mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-27 07:46:09 +01:00
Merge remote-tracking branch 'upstream/media3-flat' into media3-flat
This commit is contained in:
commit
9101980cb6
@ -3,6 +3,9 @@ parameters:
|
||||
memory-config:
|
||||
type: string
|
||||
default: "-Xmx6g -Xms256m -XX:MaxMetaspaceSize=1g -verbose:gc -Xlog:gc*"
|
||||
memory-config-debug:
|
||||
type: string
|
||||
default: "-Xmx6g -Xms256m -XX:MaxMetaspaceSize=1g"
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
|
@ -109,7 +109,7 @@ class SubsonicAPIClient(
|
||||
|
||||
private fun OkHttpClient.Builder.addLogging() {
|
||||
val loggingInterceptor = HttpLoggingInterceptor(okLogger)
|
||||
loggingInterceptor.level = HttpLoggingInterceptor.Level.BODY
|
||||
loggingInterceptor.level = HttpLoggingInterceptor.Level.HEADERS
|
||||
this.addInterceptor(loggingInterceptor)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user