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.

27 lines
715 B

10 months ago
<?php
6 months ago
define('_DAEMON_HEALTH', 'zhishiku_daemon_health_%s_%s_%s');
10 months ago
8 months ago
define('_RC_SPIDER_USE_IP', 'rc_spider_use_ip');
6 months ago
define('_RC_SPIDER_WEIBO_COMMENT_USE_IP', 'rc_spider_weibo_comment_use_ip');
8 months ago
define('SPIDER_WEIBO_BEHAVIOR', 'spider_weibo_behavior');
6 months ago
define('SPIDER_WEIBO_COMMENT', 'spider_weibo_comment');
10 months ago
$GLOBALS['DAEMON_MAXTIME'] = array(
8 months ago
SPIDER_WEIBO_BEHAVIOR => 7200,
6 months ago
SPIDER_WEIBO_COMMENT => 7200,
10 months ago
);
$GLOBALS['DAEMON_LIST'] = array(
8 months ago
SPIDER_WEIBO_BEHAVIOR => 'get_weibo_behavior.php',
6 months ago
SPIDER_WEIBO_COMMENT => 'spider_weibo_comment.php',
10 months ago
);
$GLOBALS['DAEMON_LIST_DESC'] = array(
);
$GLOBALS['DAEMON_NUMLIMIT'] = array(
8 months ago
SPIDER_WEIBO_BEHAVIOR => 5,
6 months ago
SPIDER_WEIBO_COMMENT => 6,
);