You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
398 B

2 months ago
<?php
2 weeks ago
define('_RC_SPIDER_USE_IP', 'rc_spider_use_ip');
1 week ago
define('SPIDER_WEIBO_BEHAVIOR', 'spider_weibo_behavior');
2 months ago
$GLOBALS['DAEMON_MAXTIME'] = array(
1 week ago
SPIDER_WEIBO_BEHAVIOR => 7200,
2 months ago
);
$GLOBALS['DAEMON_LIST'] = array(
1 week ago
SPIDER_WEIBO_BEHAVIOR => 'get_weibo_behavior.php',
2 months ago
);
$GLOBALS['DAEMON_LIST_DESC'] = array(
);
$GLOBALS['DAEMON_NUMLIMIT'] = array(
1 week ago
SPIDER_WEIBO_BEHAVIOR => 5,
2 months ago
);