]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Double oops: revert accidentally committed local geoipc.c debugging hack.
authorNick Mathewson <nickm@torproject.org>
Fri, 29 Aug 2008 17:02:26 +0000 (17:02 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 29 Aug 2008 17:02:26 +0000 (17:02 +0000)
svn:r16687

src/or/geoip.c

index 56ac4f4aacff2e7fdc24c26d3b4451eaa9766de3..b795bccee7b4982863e8a659ba021c9bb0faeb1e 100644 (file)
@@ -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)