Variable SAFE_REQUESTS_PER_MINUTEConst

SAFE_REQUESTS_PER_MINUTE: 28

Safe request rate for IPC processing (28 requests per minute). Provides headroom below the official limit to avoid throttling. Applied in main process IPC handlers.

export const SAFE_REQUESTS_PER_MINUTE = 28;