mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-12 07:11:51 +00:00
FS-3597 --resolve
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
BASE=../../../..
|
||||
WANT_CURL=yes
|
||||
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<configuration name="http_cache.conf" description="HTTP GET cache">
|
||||
<settings>
|
||||
<param name="max-urls" value="10000"/>
|
||||
<param name="location" value="$${base_dir}/http_cache"/>
|
||||
<param name="default-max-age" value="86400"/>
|
||||
</settings>
|
||||
</configuration>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user