>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18563 )
Change subject: [ASTERIXDB-3465][*DB][STO] Configure read/write cloud limit to 4000/2000 ...................................................................... [ASTERIXDB-3465][*DB][STO] Configure read/write cloud limit to 4000/2000 Change-Id: I6a1eb64b458316493a03b48631d169bfff0e818d Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18563 Integration-Tests: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Reviewed-by: Wail Alkowaileet <[email protected]> --- M asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf 1 file changed, 15 insertions(+), 0 deletions(-) Approvals: Wail Alkowaileet: Looks good to me, approved Jenkins: Verified; Verified diff --git a/asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf b/asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf index 6ea8308..5672cde 100644 --- a/asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf +++ b/asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf @@ -70,3 +70,5 @@ cloud.storage.endpoint=http://127.0.0.1:8001 cloud.storage.anonymous.auth=true cloud.storage.cache.policy=selective +cloud.max.write.requests.per.second=2000 +cloud.max.read.requests.per.second=4000 -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18563 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I6a1eb64b458316493a03b48631d169bfff0e818d Gerrit-Change-Number: 18563 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Wail Alkowaileet <[email protected]> Gerrit-MessageType: merged
