mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
bump max tasks to a huge number. (#166876)
64 isn't a big enough number, go higher!
This commit is contained in:
parent
06c572c730
commit
f6c2b1dd78
@ -58,7 +58,7 @@ class Context {
|
||||
/// This number was arbitrarily chosen. The idea is that this is a somewhat
|
||||
/// rare situation where tasks happen to get executed in that tiny amount of
|
||||
/// time while an app is being backgrounded but still executing.
|
||||
static constexpr int32_t kMaxTasksAwaitingGPU = 64;
|
||||
static constexpr int32_t kMaxTasksAwaitingGPU = 1024;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
/// @brief Destroys an Impeller context.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user