comparison src/syslog2iptables.cpp @ 26:00bd0b0ef015 stable-1-2

reduce sleep time from 10 to 2 seconds
author carl
date Wed, 01 Feb 2006 10:58:23 -0800
parents 0d65c3de34fd
children 6a2f26976898
comparison
equal deleted inserted replaced
25:caff690d7766 26:00bd0b0ef015
190 c = config; 190 c = config;
191 c->reference_count++; 191 c->reference_count++;
192 pthread_mutex_unlock(&config_mutex); 192 pthread_mutex_unlock(&config_mutex);
193 } 193 }
194 c->read(); 194 c->read();
195 c->sleep(10, t); 195 c->sleep(2, t);
196 } 196 }
197 } 197 }
198 198
199 199
200 int main(int argc, char *argv[]) 200 int main(int argc, char *argv[])