服务器列表优化速度
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-11-03 11:04:15
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @LastEditTime: 2020-11-26 09:48:10
|
||||
* @LastEditTime: 2020-11-27 10:26:40
|
||||
*/
|
||||
|
||||
$is_script = 1;
|
||||
include __DIR__ . '/../../index.php';
|
||||
include_once __DIR__ . '/../../index.php';
|
||||
include_once __DIR__ . '/auto_format.php';
|
||||
use app\api\model\Product;
|
||||
$product_model = new Product;
|
||||
$product_list = $product_model->field('Id,Token')->fetchAll();
|
||||
@@ -103,6 +104,9 @@ fclose($file2288);
|
||||
fclose($all);
|
||||
fclose($dnx_exit);
|
||||
|
||||
sleep(5);
|
||||
auto_format_list();
|
||||
|
||||
//强子服务器解析规则
|
||||
function qiangzi_getList($data, &$file, &$all, $exit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user