diff --git a/packages/haddock3_catalog/public/catalog/haddock3.easy.yaml b/packages/haddock3_catalog/public/catalog/haddock3.easy.yaml index 0721e6c..2c347f4 100644 --- a/packages/haddock3_catalog/public/catalog/haddock3.easy.yaml +++ b/packages/haddock3_catalog/public/catalog/haddock3.easy.yaml @@ -172,12 +172,13 @@ global: then: {} else: properties: - less_io: + debug: default: false - title: Reduce the amount of I/O operations. - description: Reduce the amount of I/O operations. - $comment: This option will reduce the amount of I/O operations by writing - less files to disk. This can be useful for example when running on a network + title: Write intermediate and stdout files. + description: Write intermediate and stdout files. + $comment: When set to true, this option will increase the amount of I/O + operations by writing intermediate input, output and error files on disk. + Turning it to false can be useful for example when running on a network file system where I/O operations are slow. type: boolean uiSchema: @@ -206,7 +207,7 @@ global: ui:group: clean offline: ui:group: execution - less_io: + debug: ui:group: execution tomlSchema: {} nodes: diff --git a/packages/haddock3_catalog/public/catalog/haddock3.expert.yaml b/packages/haddock3_catalog/public/catalog/haddock3.expert.yaml index 4a36960..32a677a 100644 --- a/packages/haddock3_catalog/public/catalog/haddock3.expert.yaml +++ b/packages/haddock3_catalog/public/catalog/haddock3.expert.yaml @@ -182,12 +182,13 @@ global: then: {} else: properties: - less_io: + debug: default: false - title: Reduce the amount of I/O operations. - description: Reduce the amount of I/O operations. - $comment: This option will reduce the amount of I/O operations by writing - less files to disk. This can be useful for example when running on a network + title: Write intermediate and stdout files. + description: Write intermediate and stdout files. + $comment: When set to true, this option will increase the amount of I/O + operations by writing intermediate input, output and error files on disk. + Turning it to false can be useful for example when running on a network file system where I/O operations are slow. type: boolean uiSchema: @@ -218,7 +219,7 @@ global: ui:group: clean offline: ui:group: execution - less_io: + debug: ui:group: execution tomlSchema: {} nodes: diff --git a/packages/haddock3_catalog/public/catalog/haddock3.guru.yaml b/packages/haddock3_catalog/public/catalog/haddock3.guru.yaml index d2b8ab3..8077559 100644 --- a/packages/haddock3_catalog/public/catalog/haddock3.guru.yaml +++ b/packages/haddock3_catalog/public/catalog/haddock3.guru.yaml @@ -192,12 +192,13 @@ global: then: {} else: properties: - less_io: + debug: default: false - title: Reduce the amount of I/O operations. - description: Reduce the amount of I/O operations. - $comment: This option will reduce the amount of I/O operations by writing - less files to disk. This can be useful for example when running on a network + title: Write intermediate and stdout files. + description: Write intermediate and stdout files. + $comment: When set to true, this option will increase the amount of I/O + operations by writing intermediate input, output and error files on disk. + Turning it to false can be useful for example when running on a network file system where I/O operations are slow. type: boolean uiSchema: @@ -230,7 +231,7 @@ global: ui:group: clean offline: ui:group: execution - less_io: + debug: ui:group: execution tomlSchema: {} nodes: