/[hydra]/hydra/src/config.c
ViewVC logotype

Diff of /hydra/src/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by nmav, Wed Sep 25 07:33:35 2002 UTC revision 1.6 by nmav, Wed Sep 25 10:33:19 2002 UTC
# Line 41  char *server_admin; Line 41  char *server_admin;
41  char *server_ip;  char *server_ip;
42  long int max_connections;  long int max_connections;
43    
44    int max_files_cache = 256;
45    int max_file_size_cache = 100 * 1024;
46    
47  int server_max_threads = 1;  int server_max_threads = 1;
48    
49  char *server_cert;  char *server_cert;
# Line 150  struct ccommand clist[] = { Line 153  struct ccommand clist[] = {
153      {"SinglePostLimit", S1A, c_set_int, &single_post_limit},      {"SinglePostLimit", S1A, c_set_int, &single_post_limit},
154      {"CGIPath", S1A, c_set_string, &cgi_path},      {"CGIPath", S1A, c_set_string, &cgi_path},
155      {"MaxConnections", S1A, c_set_int, &max_connections},      {"MaxConnections", S1A, c_set_int, &max_connections},
156        {"MaxFilesCache", S1A, c_set_int, &max_files_cache},
157        {"MaxFileSizeCache", S1A, c_set_int, &max_file_size_cache},
158  };  };
159    
160  static void c_set_user(char *v1, char* v2, char* v3, char* v4, void *t)  static void c_set_user(char *v1, char* v2, char* v3, char* v4, void *t)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26