commit | 50c791205b97fad399560a31f72cf55efffab955 | [log] [tgz] |
---|---|---|
author | Michael Blow <michael.blow@couchbase.com> | Sat Jul 27 07:26:45 2024 -0400 |
committer | Michael Blow <mblow@apache.org> | Fri Aug 02 22:12:56 2024 +0000 |
tree | 32e53af53a313c4c6eec8e21343603f145f759e0 | |
parent | 9e20df179514c629d1fcef10eaebbed404d2b28c [diff] |
[ASTERIXDB-3465][*DB][STO] Configure read/write cloud limit to 4000/2000 (cherry picked from commit dbda90f27) Change-Id: I6a1eb64b458316493a03b48631d169bfff0e818d Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18603 Reviewed-by: Michael Blow <mblow@apache.org> Tested-by: Michael Blow <mblow@apache.org>
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