Commit 8f590bdd authored by rlgy's avatar rlgy

交易所缓存时间修改

parent a72b3691
...@@ -39,8 +39,8 @@ return [ ...@@ -39,8 +39,8 @@ return [
/** 爬虫数据缓存时间 */ /** 爬虫数据缓存时间 */
'curl_cache_time' => [ 'curl_cache_time' => [
'exchange' => 3600 * 3, 'exchange' => 3600 * 3 * 24,
'exchange_count' => 3600 * 3, 'exchange_count' => 3600 * 3 * 24,
'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