This is an automated email from the ASF dual-hosted git repository.
mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new dbda90f27a [ASTERIXDB-3465][*DB][STO] Configure read/write cloud limit
to 4000/2000
dbda90f27a is described below
commit dbda90f27a02e336ac03294268c87e7a0b314672
Author: Michael Blow <[email protected]>
AuthorDate: Sat Jul 27 07:26:45 2024 -0400
[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]>
---
asterixdb/asterix-app/src/test/resources/cc-cloud-storage.conf | 2 ++
1 file changed, 2 insertions(+)
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 6ea8308a4f..5672cdecef 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.region=us-west-2
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