Commit a72b3691 authored by rlgy's avatar rlgy

交易所缓存时间修改

parent b8f420eb
...@@ -39,8 +39,8 @@ return [ ...@@ -39,8 +39,8 @@ return [
/** 爬虫数据缓存时间 */ /** 爬虫数据缓存时间 */
'curl_cache_time' => [ 'curl_cache_time' => [
'exchange' => 60 * 5, 'exchange' => 3600 * 3,
'exchange_count' => 60 * 5, 'exchange_count' => 3600 * 3,
'quotation' => 60, 'quotation' => 60,
] ]
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment