Skip to content

Commit

Permalink
Drop count parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 20, 2024
1 parent 2e0acda commit a367757
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 651 deletions.
13 changes: 6 additions & 7 deletions packages/haddock3_catalog/public/catalog/haddock3.easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,12 @@ global:
then: {}
else:
properties:
debug:
less_io:
default: false
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
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
file system where I/O operations are slow.
type: boolean
uiSchema:
Expand Down Expand Up @@ -207,7 +206,7 @@ global:
ui:group: clean
offline:
ui:group: execution
debug:
less_io:
ui:group: execution
tomlSchema: {}
nodes:
Expand Down
Loading

0 comments on commit a367757

Please sign in to comment.