Skip to content

Commit

Permalink
[MODLISTS-147] Add REFRESH_QUERY_TIMEOUT_MINUTES env variable to modu…
Browse files Browse the repository at this point in the history
…le descriptor
  • Loading branch information
bvsharp committed Dec 16, 2024
1 parent 4e10b8e commit c90c88c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@
{ "name": "MAX_LIST_SIZE",
"value": "1250000"
},
{ "name": "REFRESH_QUERY_TIMEOUT_MINUTES",
"value": "90"
},
{ "name": "LIST_EXPORT_BATCH_SIZE",
"value": "1000"
},
Expand Down

0 comments on commit c90c88c

Please sign in to comment.