pub const OBJECT_DEBOUNCE_SECS: i64 = 5;Expand description
Seconds of quiet before a changed object is indexed.
Shorter than the 30s document debounce — an object write is one final state, not a typing burst — but long enough that an action’s create → finalize → update sequence collapses into a single index run via the scheduler’s key dedup.