diff options
author | Paul J. Davis <paul.joseph.davis@gmail.com> | 2020-09-03 13:28:19 -0500 |
---|---|---|
committer | Paul J. Davis <paul.joseph.davis@gmail.com> | 2020-09-15 12:49:02 -0500 |
commit | 15ff5802612bfd39f0cc6f4d7f0c3fd993552f7d (patch) | |
tree | 6ce3e6fc819f47edf0879ce60dd5043412254f0d /rel | |
parent | 56e0f9c936af75d4206346214cd836206f4b629a (diff) | |
download | couchdb-15ff5802612bfd39f0cc6f4d7f0c3fd993552f7d.tar.gz |
Remove couch_rate
This implementation was difficult to understand and had behavior that
was too difficult to predict. It would break if view behavior changed in
significant ways from what was originally expected.
Diffstat (limited to 'rel')
-rw-r--r-- | rel/files/eunit.ini | 3 | ||||
-rw-r--r-- | rel/overlay/etc/default.ini | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/rel/files/eunit.ini b/rel/files/eunit.ini index 20277f288..2b73ab307 100644 --- a/rel/files/eunit.ini +++ b/rel/files/eunit.ini @@ -40,6 +40,3 @@ startup_jitter = 0 [fabric] ; disable index auto-updater to avoid interfering with some of the tests index_updater_enabled = false - -[couch_rate.views] -opts = #{budget => 100, target => 500, window => 6000, sensitivity => 200, congested_delay => 1}
\ No newline at end of file diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 071359a2f..8f2b25e22 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -727,11 +727,6 @@ compaction = false ; ; all = (#{}) -> true -[couch_rate.views] -limiter = couch_rate_limiter -opts = #{budget => 100, target => 2500, window => 60000, sensitivity => 1000} - - ; Some low-level FDB transaction options. These options will be applied to the ; database handle and inherited by each transaction started with that handle. ; The description of these can be found in fdb_c_option.g.h include file from |