defaultStaleAfter top-level constant
Duration
const defaultStaleAfter
How long a suite database has to sit unused before it is treated as abandoned.
Well above a minute on purpose: a name carries the minute it was created in, floored, so anything near that resolution cannot distinguish a database abandoned an hour ago from one created moments before a minute boundary.
Implementation
const Duration defaultStaleAfter = Duration(hours: 1);