Skip to content

Commit

Permalink
storage: add timeout comments in the storage configuration file, #TAS…
Browse files Browse the repository at this point in the history
…K-6981
  • Loading branch information
jtarraga committed Oct 7, 2024
1 parent 68c45d2 commit e2ab75e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ search:
- ${OPENCGA.STORAGE.SEARCH.HOST}
configSet: "${OPENCGA.STORAGE.SEARCH.CONFIG_SET}"
mode: "cloud"
timeout: ${OPENCGA.STORAGE.SEARCH.TIMEOUT}
writeTimeout: ${OPENCGA.STORAGE.SEARCH.WRITE.TIMEOUT}
timeout: ${OPENCGA.STORAGE.SEARCH.TIMEOUT} # Timeout (in milliseconds) for read operations
writeTimeout: ${OPENCGA.STORAGE.SEARCH.WRITE.TIMEOUT} # Timeout (in milliseconds) for write operations
insertBatchSize: 5000

## Clinical database for indexing the pathogenic variants reported.
Expand Down

0 comments on commit e2ab75e

Please sign in to comment.