Browse Source

load balance a bit better by taking some load off the really
fast servers.
this might slow things down more, or it might not. hm.


svn:r5681

Roger Dingledine 20 years ago
parent
commit
0dc8e284f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/routerlist.c

+ 1 - 1
src/or/routerlist.c

@@ -739,7 +739,7 @@ routerlist_sl_remove_unreliable_routers(smartlist_t *sl)
   }
   }
 }
 }
 
 
-#define MAX_BELIEVABLE_BANDWIDTH 2000000 /* 2 MB/sec */
+#define MAX_BELIEVABLE_BANDWIDTH 1500000 /* 1.5 MB/sec */
 
 
 /** Choose a random element of router list <b>sl</b>, weighted by
 /** Choose a random element of router list <b>sl</b>, weighted by
  * the advertised bandwidth of each router.
  * the advertised bandwidth of each router.