maxTaskHistory property
int
get
maxTaskHistory
The maximum number of completed tasks to keep in history.
Defaults to 50 to prevent unbounded memory growth.
Implementation
int get maxTaskHistory => 50;
The maximum number of completed tasks to keep in history.
Defaults to 50 to prevent unbounded memory growth.
int get maxTaskHistory => 50;