Skip to main content

decrypt_threads

Function decrypt_threads 

Source
pub fn decrypt_threads() -> usize
Expand description

Current effective decrypt thread count. Resolution order:

  1. Most recent set_decrypt_threads value (if > 0)
  2. FREEMKV_THREADS env var (if set and > 0)
  3. Default: all available cores, capped at MAX_THREADS.