4c5f53d0d3
Filters fragments leads to section headers and previous options with no blank line between them foo = bar [section] Add a blank line to the beginning of each filter so that when applied the resulting file is more human readable Change-Id: I411eba5da5fc4e1a7217df197edbaf5ef2d5e4fa
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
|
|
[filter:slo]
|
|
use = egg:swift#slo
|
|
max_manifest_segments = <%= @max_manifest_segments %>
|
|
max_manifest_size = <%= @max_manifest_size %>
|
|
min_segment_size = <%= @min_segment_size %>
|
|
rate_limit_after_segment = <%= @rate_limit_after_segment %>
|
|
rate_limit_segments_per_sec = <%= @rate_limit_segments_per_sec %>
|
|
max_get_time = <%= @max_get_time %>
|