[tor-commits] r24490: {arm} Upping the time we block for to identify application connect (arm/trunk/src/interface/connections)
Damian Johnson
atagar1 at gmail.com
Mon Mar 28 16:10:52 UTC 2011
Author: atagar
Date: 2011-03-28 16:10:51 +0000 (Mon, 28 Mar 2011)
New Revision: 24490
Modified:
arm/trunk/src/interface/connections/connPanel.py
Log:
Upping the time we block for to identify application connections so they're commonly fetched on the first refresh.
Modified: arm/trunk/src/interface/connections/connPanel.py
===================================================================
--- arm/trunk/src/interface/connections/connPanel.py 2011-03-28 16:08:42 UTC (rev 24489)
+++ arm/trunk/src/interface/connections/connPanel.py 2011-03-28 16:10:51 UTC (rev 24490)
@@ -356,7 +356,7 @@
# Fetches results. If the query finishes quickly then this is what we just
# asked for, otherwise these belong to the last resolution.
- appResults = self._appResolver.getResults(0.02)
+ appResults = self._appResolver.getResults(0.2)
for line in unresolvedLines:
linePort = line.foreign.getPort()
More information about the tor-commits
mailing list