commit 41d6236f3138cb73723ccfc9d1b7aea5856b5255 Author: Isis Lovecruft isis@torproject.org Date: Wed Aug 20 22:06:21 2014 +0000
Disable COLLECT_TIMESTAMPS for CI integration test runs. --- bridgedb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bridgedb.conf b/bridgedb.conf index 651d4a1..a1d6c59 100644 --- a/bridgedb.conf +++ b/bridgedb.conf @@ -167,7 +167,7 @@ LOG_TIME_FORMAT = "%H:%M:%S" # (boolean) If True, then collect, sort, and store all timestamps seen for all # bridges. This operation is extremely expensive, and should be disabled when # it is not necessary. -COLLECT_TIMESTAMPS = True +COLLECT_TIMESTAMPS = False
#------------------------------- # General Distribution Options \
tor-commits@lists.torproject.org