Back to Booster

booster-transform-thread

booster-transform-thread/README.md

5.1.0677 B
Original Source

booster-transform-thread

This module is used for multi-threading optimization.

Properties

KeyDescriptionExample
booster.transform.thread.optimization.enabledEnable thread pool optimization (default: true)

Disable thread pool optimization

bash
./gradlew assembleDebug -Pbooster.transform.thread.optimization.enabled=false

or configure in the gradle.properties:

properties
booster.transform.thread.optimization.enabled=false