Merge branch 'diffbot-testing' of github.com:gigablast/open-source-search-engine into diffbot-testing

This commit is contained in:
Matt Wells 2015-11-06 13:31:02 -08:00
commit 93ec3138c5
2 changed files with 5 additions and 5 deletions

View File

@ -10956,7 +10956,7 @@ void Parms::init ( ) {
m->m_cgi = "errstrone";
m->m_off = (char *)&g_conf.m_errstr1 - g;
m->m_type = TYPE_STRING;
m->m_def = "";
m->m_def = "I/O error";
m->m_size = MAX_URL_LEN;
m->m_priv = 2;
m->m_page = PAGE_MASTER;

View File

@ -2209,10 +2209,10 @@ bool SpiderColl::addSpiderRequest ( SpiderRequest *sreq ,
int64_t nowGlobalMS ) {
// don't add negative keys or data less thangs
if ( sreq->m_dataSize <= 0 ) {
if ( g_conf.m_logDebugSpider )
//if ( g_conf.m_logDebugSpider )
log("spider: add spider request is dataless for "
"uh48=%"UINT64"",sreq->getUrlHash48());
char *xx=NULL;*xx=0;
//char *xx=NULL;*xx=0;
return true;
}