Skip to content

Commit

Permalink
regen catalogs: less_io 2 debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 20, 2024
1 parent a7d9da7 commit 2e0acda
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
13 changes: 7 additions & 6 deletions packages/haddock3_catalog/public/catalog/haddock3.easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -206,7 +207,7 @@ global:
ui:group: clean
offline:
ui:group: execution
less_io:
debug:
ui:group: execution
tomlSchema: {}
nodes:
Expand Down
13 changes: 7 additions & 6 deletions packages/haddock3_catalog/public/catalog/haddock3.expert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -218,7 +219,7 @@ global:
ui:group: clean
offline:
ui:group: execution
less_io:
debug:
ui:group: execution
tomlSchema: {}
nodes:
Expand Down
13 changes: 7 additions & 6 deletions packages/haddock3_catalog/public/catalog/haddock3.guru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -230,7 +231,7 @@ global:
ui:group: clean
offline:
ui:group: execution
less_io:
debug:
ui:group: execution
tomlSchema: {}
nodes:
Expand Down

0 comments on commit 2e0acda

Please sign in to comment.