mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
[fleet] do not set shortCircuit (randomly) when running from sources
GitOrigin-RevId: 122909ce8dc36bfb531459418665453d15fa5946
This commit is contained in:
committed by
intellij-monorepo-bot
parent
869f3d8b7c
commit
f8a99dafbd
@@ -38,7 +38,7 @@ val isFleetTestMode: Boolean by lazy { !isFleetDevMode && !isFleetDistributionMo
|
||||
val isFleetShortCircuitMode: Boolean by lazy {
|
||||
fleetFlag("fleet.shortCircuit", when {
|
||||
isFleetTestMode -> false
|
||||
isFleetInternalDefaultValue -> Random.nextBoolean()
|
||||
isFleetInternalDefaultValue -> false
|
||||
else -> true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user