Subversion Repositories wimsdev

Rev

Rev 15503 | Rev 15518 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15503 Rev 15509
Line 31... Line 31...
31
int MODULE_LOG_LIMIT=102400;
31
int MODULE_LOG_LIMIT=102400;
32
/* general log file length */
32
/* general log file length */
33
int GEN_LOG_LIMIT=1024000;
33
int GEN_LOG_LIMIT=1024000;
34
/* number of old log files */
34
/* number of old log files */
35
int OLD_LOG_FILES=2;
35
int OLD_LOG_FILES=2;
36
 
-
 
-
 
36
/* number of days for log files */
-
 
37
int LOG_DELETE=100;
37
/* Resource limits */
38
/* Resource limits */
38
int threshold1=150; /* First load threshold */
39
int threshold1=150; /* First load threshold */
39
int threshold2=300; /* Second load threshold */
40
int threshold2=300; /* Second load threshold */
40
int ispriority=0; /* whether the connection is from priority sites */
41
int ispriority=0; /* whether the connection is from priority sites */
41
 
42
 
Line 246... Line 247...
246
  {"idle_time",1, &idle_time},
247
  {"idle_time",1, &idle_time},
247
  {"idle_time2",1, &idle_time2},
248
  {"idle_time2",1, &idle_time2},
248
  {"idle_time3",1, &idle_time3},
249
  {"idle_time3",1, &idle_time3},
249
  {"insdraw_processor",0, &insdraw_processor},
250
  {"insdraw_processor",0, &insdraw_processor},
250
  {"link_color",0, &link_color},
251
  {"link_color",0, &link_color},
-
 
252
  {"log_delete",1,&LOG_DELETE},
251
  {"mail_opt",0, &mail_opt},
253
  {"mail_opt",0, &mail_opt},
252
  {"manager_https",1, &manager_https},
254
  {"manager_https",1, &manager_https},
253
  {"manager_site",0, &manager_site},
255
  {"manager_site",0, &manager_site},
254
  {"maxima_command",2, &maxima_command},
256
  {"maxima_command",2, &maxima_command},
255
  {"module_log",1, &modlog},
257
  {"module_log",1, &modlog},