Skip to content

Commit dce76a3

Browse files
authored
Merge pull request #15 from HumanCellAtlas/cw-turn-call-cahing-off-by-default
Turn on call-caching for all of the pipelines by default.
2 parents f0a69ad + ed13b61 commit dce76a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adapter_pipelines/10x/options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"read_from_cache": false
2+
"read_from_cache": true
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"read_from_cache": false
2+
"read_from_cache": true
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"read_from_cache": false
2+
"read_from_cache": true
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"read_from_cache": false
2+
"read_from_cache": true
33
}

0 commit comments

Comments
 (0)