From 521c800168f7588916d6bdc5c04635c8972c9983 Mon Sep 17 00:00:00 2001 From: Gregor Robinson Date: Thu, 20 Jun 2013 13:47:52 -0600 Subject: [PATCH] Continue migration from print messages This is continuing xj9's work to migrate from print-based logging to Python logger-based log messages. This still has a long way to go. This also also has some minor formatting changes for readability, especially for those of us not coding on an enormous HD monitor. (Forgive me!) --- src/bitmessagemain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitmessagemain.py b/src/bitmessagemain.py index b4cf7da7..a8b6426c 100644 --- a/src/bitmessagemain.py +++ b/src/bitmessagemain.py @@ -8,7 +8,7 @@ # yet contain logic to expand into further streams. # The software version variable is now held in shared.py -verbose=2 +verbose=1 maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 # Equals two days and 12 hours. lengthOfTimeToLeaveObjectsInInventory = 237600 # Equals two days and 18 hours. This should be longer than maximumAgeOfAnObjectThatIAmWillingToAccept so that we don't process messages twice. lengthOfTimeToHoldOnToAllPubkeys = 2419200 # Equals 4 weeks. You could make this longer if you want but making it shorter would not be advisable because there is a very small possibility that it could keep you from obtaining a needed pubkey for a period of time.