Skip to main content

HARD_CAP

Constant HARD_CAP 

Source
pub const HARD_CAP: usize = 50;
Expand description

Hard cap on daemon_created rows per browser. Hitting this triggers LRU close+recreate of the oldest daemon-created tab. Chromium itself starts to struggle around a few hundred tabs depending on RAM; 50 is comfortably under that ceiling and large enough that even busy scraping agents won’t routinely hit it.