]> git.puffer.fish Git - mirror/frr.git/commitdiff
[bgpd] reduce the process queue hold time to something more sensible
authorPaul Jakma <paul.jakma@sun.com>
Thu, 14 Sep 2006 03:38:16 +0000 (03:38 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Thu, 14 Sep 2006 03:38:16 +0000 (03:38 +0000)
2006-09-14 Paul Jakma <paul.jakma@sun.com>

* bgp_route.c: (bgp_process_queue_init) process queue hold time
  too high, adds extra memory load. Change to be much lower,
  until such time as it's made configurable.

bgpd/ChangeLog
bgpd/bgp_route.c

index e679f434068134c229e0e68f5f5fbfa065daa47e..7f0130a95a433c25762a47dd6fa9dfb3612adab4 100644 (file)
@@ -4,6 +4,9 @@
          should only count top-level unaggregateable prefixes, to
          avoid falling afoul of anti-dodgy-accounting regulations
          in various jurisdictions.. ;)
+         (bgp_process_queue_init) process queue hold time too high,
+         adds extra memory load. Change to be much lower, until such
+         time as it's made configurable.
 
 2006-09-14 Paul Jakma <paul.jakma@sun.com>
 
index 7cf86438c523f55753aefe20c437cd0fe5061001..cd28b4dfd78ce1a0472631d85e23e1b4da6d3818 100644 (file)
@@ -1474,7 +1474,7 @@ bgp_process_queue_init (void)
   bm->process_main_queue->spec.max_retries
     = bm->process_main_queue->spec.max_retries = 0;
   bm->process_rsclient_queue->spec.hold
-    = bm->process_main_queue->spec.hold = 500;
+    = bm->process_main_queue->spec.hold = 50;
 }
 
 void