ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/config.c
(Generate patch)

Comparing hopm/trunk/src/config.c (file contents):
Revision 7005 by michael, Fri Jan 1 00:06:56 2016 UTC vs.
Revision 7014 by michael, Fri Jan 1 16:08:57 2016 UTC

# Line 91 | Line 91 | config_setup(void)
91    IRCItem->kline = xstrdup("KLINE %u@%h :Open Proxy found on your host.");
92  
93    /* Setup options block defaults */
94 +  OptionsItem->command_queue_size = 64;
95 +  OptionsItem->command_interval = 10;
96 +  OptionsItem->command_timeout = 180;
97    OptionsItem->negcache = 0;   /* 0 disabled negcache */
98    OptionsItem->negcache_rebuild = 43200;
99    OptionsItem->pidfile = xstrdup("hopm.pid");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines