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

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