Browse Source

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

svn:r16687
Nick Mathewson 15 years ago
parent
commit
32549ad95e
1 changed files with 1 additions and 1 deletions
  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)