75e29ee2be
Change-Id: I4f6075fb189474ee071fa9b80944a5fe5c062193
9 lines
294 B
Plaintext
9 lines
294 B
Plaintext
[filter:ratelimit]
|
|
use = egg:swift#ratelimit
|
|
clock_accuracy = <%= @clock_accuracy %>
|
|
max_sleep_time_seconds = <%= @max_sleep_time_seconds %>
|
|
log_sleep_time_seconds = <%= @log_sleep_time_seconds %>
|
|
rate_buffer_seconds = <%= @rate_buffer_seconds %>
|
|
account_ratelimit = <%= @account_ratelimit %>
|
|
|