@@ -551,11 +551,11 @@ Advanced parameter control
551551 inputs by finding large matches at greater distances. It increases memory
552552 usage and window size.
553553
554- Enabling this parameter increases default :attr: ` ~CParameter.window_log `
555- to 128 MiB except when expressly set to a different value. This setting
556- is enabled by default if :attr: ` ~CParameter.window_log ` >= 128 MiB and
557- the compression strategy >= :attr: `~Strategy.btopt ` ( compression
558- level 16+).
554+ Enabling this parameter increases default
555+ :attr: ` ~CompressionParameter.window_log ` to 128 MiB except when expressly
556+ set to a different value. This setting is enabled by default if
557+ :attr: `~CompressionParameter.window_log ` >= 128 MiB and the compression
558+ strategy >= :attr: ` ~Strategy.btopt ` (compression level 16+).
559559
560560 .. attribute :: ldm_hash_log
561561
@@ -605,16 +605,16 @@ Advanced parameter control
605605 .. attribute :: job_size
606606
607607 Size of a compression job, in bytes. This value is enforced only when
608- :attr: `~CParameter .nb_workers ` >= 1. Each compression job is completed in
609- parallel, so this value can indirectly impact the number of active
610- threads.
608+ :attr: `~CompressionParameter .nb_workers ` >= 1. Each compression job is
609+ completed in parallel, so this value can indirectly impact the number of
610+ active threads.
611611
612612 .. attribute :: overlap_log
613613
614614 Sets how much data is reloaded from previous jobs (threads) for new jobs
615615 to be used by the look behind window during compression. This values is
616- only used when :attr: `~CParameter .nb_workers ` >= 1. Acceptable values vary
617- from 0 to 9.
616+ only used when :attr: `~CompressionParameter .nb_workers ` >= 1. Acceptable
617+ values vary from 0 to 9.
618618
619619 * 0 means dynamically set the overlap amount
620620 * 1 means no overlap
0 commit comments