Skip to content

Commit

Permalink
Re-order the 'lines' lines in build_application.inc.conf (broadinstit…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne authored Jul 12, 2019
1 parent 2075899 commit eb9f498
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ci/resources/build_application.inc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ call-caching {

system {
new-workflow-poll-rate = 1
input-read-limits {
lines = ${?CROMWELL_BUILD_CENTAUR_READ_LINES_LIMIT}
}

abbreviate-command-length = 1000

hog-safety {
Expand All @@ -28,7 +26,10 @@ system {

input-read-limits {

# These two lines taken together are saying "set 'lines' at 128000, but then immediately replace
# it with a value - if one exists - from "CROMWELL_BUILD_CENTAUR_READ_LINES_LIMIT".
lines = 128000
lines = ${?CROMWELL_BUILD_CENTAUR_READ_LINES_LIMIT}

bool = 7

Expand Down

0 comments on commit eb9f498

Please sign in to comment.