mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[TEST] Makes the snapshot throttling test go much faster. Before, the snapshot throttling test would throttle at a rate of 0.5 kb per second, even though it would snapshot/restore about 25 kb of data. This commit increases the throttling rate to 10kb per second, so we still test the throttling mechanism while speeding up the test from taking 30 plus seconds down to 2 seconds or less.