Skip to content

Commit 0f97d34

Browse files
Andrew Wangfacebook-github-bot
authored andcommitted
Disable nested tree caching by default
Summary: As per title Reviewed By: adityasharat Differential Revision: D51621379 fbshipit-source-id: 7d95e283e1cfa9296f98e320335ebf6537ae0988
1 parent 4a910ee commit 0f97d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litho-core/src/main/java/com/facebook/litho/config/ComponentsConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ internal constructor(
4545
val useCancellableLayoutFutures: Boolean = true,
4646
val useInterruptibleResolution: Boolean = true,
4747
val shouldCacheLayouts: Boolean = true,
48-
val disableNestedTreeCaching: Boolean = false,
48+
val disableNestedTreeCaching: Boolean = true,
4949
val shouldAddHostViewForRootComponent: Boolean = false,
5050
@JvmField
5151
val useIncrementalMountGapWorker: Boolean = IncrementalMountExtensionConfigs.useGapWorker,

0 commit comments

Comments
 (0)