浏览代码

Double oops: revert accidentally committed local geoipc.c debugging hack.

svn:r16687
Nick Mathewson 17 年之前
父节点
当前提交
32549ad95e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/geoip.c

+ 1 - 1
src/or/geoip.c

@@ -406,7 +406,7 @@ _c_hist_compare(const void **_a, const void **_b)
 }
 
 /*DOCDOC*/
-#define GEOIP_MIN_OBSERVATION_TIME (60*60)
+#define GEOIP_MIN_OBSERVATION_TIME (12*60*60)
 
 static INLINE unsigned
 round_to_next_multiple_of(unsigned number, unsigned divisor)