FS-11520: [mod_curl] Make max_bytes configurable

This commit is contained in:
Christian Schmidt
2018-11-12 21:12:26 +01:00
parent 102161e14d
commit 65e20af347
3 changed files with 46 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
<configuration name="curl.conf" description="cURL module">
<settings>
<param name="max-bytes" value="64000"/>
</settings>
</configuration>