Update config.php

pull/30/head
david082321 3 years ago committed by GitHub
parent cf8061ba9a
commit 7ca4a8bd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,8 +37,8 @@ define('CACHE_TIME_SEASON', 60*60*0.5); // 泰国 season 的缓存时长(秒
define('CACHE_TIME_10403', 60*60*24*14); // 返回10403地区错误时的缓存时长
define('CACHE_TIME_412', 60*60*24*7); // 返回412服务器IP被风控时的缓存时长
define('CACHE_TIME_404', 60*60*24); // 返回404时的缓存时长
define('CACHE_TIME_OTHER', 60*60); // 返回其他错误时的缓存时长(秒)
define('CACHE_TIME_USER', 60*60); //缓存用户key的时长
define('CACHE_TIME_OTHER', 60*60*24); // 返回其他错误时的缓存时长(秒)
define('CACHE_TIME_USER', 60*60*24); //缓存用户key的时长
define('CACHE_TIME_BLACKLIST', 60*15); //缓存黑白名单的时长(秒)
// MySQL数据库

Loading…
Cancel
Save