We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8f23c commit 73b518dCopy full SHA for 73b518d
engine/src/flutter/impeller/renderer/context.h
@@ -57,7 +57,7 @@ class Context {
57
/// This number was arbitrarily chosen. The idea is that this is a somewhat
58
/// rare situation where tasks happen to get executed in that tiny amount of
59
/// time while an app is being backgrounded but still executing.
60
- static constexpr int32_t kMaxTasksAwaitingGPU = 10;
+ static constexpr int32_t kMaxTasksAwaitingGPU = 64;
61
62
//----------------------------------------------------------------------------
63
/// @brief Destroys an Impeller context.
0 commit comments