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