Version bump

Just for development
This commit is contained in:
mailchuck 2015-10-19 21:26:46 +02:00
parent 44ecf90936
commit 386094f1ad
No known key found for this signature in database
GPG Key ID: B6311FA753FBF089

View File

@ -1,6 +1,6 @@
from __future__ import division from __future__ import division
softwareVersion = '0.4.5.3' softwareVersion = '0.5.0'
verbose = 1 verbose = 1
maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 # This is obsolete with the change to protocol v3 but the singleCleaner thread still hasn't been updated so we need this a little longer. maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 # This is obsolete with the change to protocol v3 but the singleCleaner thread still hasn't been updated so we need this a little longer.
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. 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.