mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-14 02:36:06 -04:00
default parm updates
This commit is contained in:
@ -6642,7 +6642,7 @@ void Parms::init ( ) {
|
||||
m->m_cgi = "esrvone";
|
||||
m->m_off = (char *)&g_conf.m_email1MX - g;
|
||||
m->m_type = TYPE_STRING;
|
||||
m->m_def = "mail.mydomain.com";
|
||||
m->m_def = "10.5.54.47";
|
||||
m->m_size = MAX_MX_LEN;
|
||||
m->m_priv = 2;
|
||||
m->m_group = 0;
|
||||
@ -6653,7 +6653,7 @@ void Parms::init ( ) {
|
||||
m->m_cgi = "eaddrone";
|
||||
m->m_off = (char *)&g_conf.m_email1Addr - g;
|
||||
m->m_type = TYPE_STRING;
|
||||
m->m_def = "";
|
||||
m->m_def = "4081234567@vtext.com";
|
||||
m->m_size = MAX_EMAIL_LEN;
|
||||
m->m_priv = 2;
|
||||
m->m_group = 0;
|
||||
|
14
gb.conf
14
gb.conf
@ -57,14 +57,14 @@
|
||||
<doNarrowSearch>0</>
|
||||
|
||||
# Controls all spidering for all collections
|
||||
<spideringEnabled>0</>
|
||||
<spideringEnabled>1</>
|
||||
|
||||
# Can people use the add url interface to add urls to the index?
|
||||
<addUrlEnabled>1</>
|
||||
|
||||
# Copy data in memory to disk after this many minutes have passed without the
|
||||
# data having been dumped or saved to disk. Use 0 to disable.
|
||||
<autoSaveFrequency>6</>
|
||||
<autoSaveFrequency>5</>
|
||||
|
||||
# Maximum sockets available to serve incoming HTTP requests. Too many
|
||||
# outstanding requests will increase query latency. Excess requests will
|
||||
@ -121,7 +121,7 @@
|
||||
<averageQueryLatencyThreshold>2.000000</>
|
||||
|
||||
# Record this number of query times before calculating average query latency.
|
||||
<numberOfQueryTimesInAverage>3000</>
|
||||
<numberOfQueryTimesInAverage>300</>
|
||||
|
||||
# At what temperature in Celsius should we send an email alert if a hard drive
|
||||
# reaches it?
|
||||
@ -140,16 +140,16 @@
|
||||
<errorString3><![CDATA[]]></>
|
||||
|
||||
# Sends to email address 1 through email server 1.
|
||||
<sendEmailAlertsToEmail1>1</>
|
||||
<sendEmailAlertsToEmail1>0</>
|
||||
|
||||
# Sends to email address 1 through email server 1 if any parm is changed.
|
||||
<sendParmChangeEmailAlertsToEmail1>1</>
|
||||
<sendParmChangeEmailAlertsToEmail1>0</>
|
||||
|
||||
# Connects to this server directly when sending email 1
|
||||
<emailServer1><![CDATA[10.5.54.47]]></>
|
||||
|
||||
# Sends to this address when sending email 1
|
||||
<emailAddress1><![CDATA[5051234567@vtext.com]]></>
|
||||
<emailAddress1><![CDATA[4081234567@vtext.com]]></>
|
||||
|
||||
# The from field when sending email 1
|
||||
<fromEmailAddress1><![CDATA[sysadmin@mydomain.com]]></>
|
||||
@ -173,7 +173,7 @@
|
||||
<sendEmailAlertsToEmail3>0</>
|
||||
|
||||
# Sends to email address 3 through email server 3 if any parm is changed.
|
||||
<sendParmChangeEmailAlertsToEmail3>1</>
|
||||
<sendParmChangeEmailAlertsToEmail3>0</>
|
||||
|
||||
# Connects to this server directly when sending email 3
|
||||
<emailServer3><![CDATA[mail.mydomain.com]]></>
|
||||
|
Reference in New Issue
Block a user